port exposed
This commit is contained in:
parent
94830af20d
commit
5373ad9dba
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
# ports:
|
ports:
|
||||||
# - "${SERVER_PORT}:${SERVER_PORT}"
|
- "${SERVER_PORT}:${SERVER_PORT}"
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue