mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
solution for the problem when trying to curl localhost:80
This commit is contained in:
parent
f571d32d60
commit
298b4bcd52
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
|||
- DATABASE_HOST=db
|
||||
- NODE_ENV=development
|
||||
ports:
|
||||
- 80:80
|
||||
- 80:8080
|
||||
- 9229:9229
|
||||
- 9230:9230
|
||||
secrets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue