Skip to content

Commit df634cc

Browse files
committed
Fix port
1 parent 5db1214 commit df634cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- ..:/main
1717
user: ${HOST_UID}:anaconda
1818
ports:
19-
- 8080:80
19+
- 80:80
2020
command:
2121
- sh
2222
- -c

0 commit comments

Comments
 (0)