fix compose

This commit is contained in:
Gsk54 2023-01-06 14:37:49 +01:00
parent c480f2f030
commit 1e32c342f6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ services:
- .env
command: npm run start:dev
ports:
- 5001:5001
- ${SERVICE_PORT:-5001}:${SERVICE_PORT:-5001}
depends_on:
- db
networks: