fix compose
This commit is contained in:
parent
c480f2f030
commit
1e32c342f6
|
@ -13,7 +13,7 @@ services:
|
|||
- .env
|
||||
command: npm run start:dev
|
||||
ports:
|
||||
- 5001:5001
|
||||
- ${SERVICE_PORT:-5001}:${SERVICE_PORT:-5001}
|
||||
depends_on:
|
||||
- db
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue