Skip to content

Commit a41fcf8

Browse files
committed
removed localhost:8080 and let docker decide on which port it will listen on
to check for the port, `docker-compose port web_server 80`
1 parent d961b84 commit a41fcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- frontend
1818
- backend
1919
ports:
20-
- "8080:80"
20+
- 80
2121
volumes:
2222
- ./app/web/:/var/www/html/
2323
database_server:

0 commit comments

Comments
 (0)