port exposed

This commit is contained in:
jhpin2 2025-02-22 08:11:42 +00:00
parent 94830af20d
commit 5373ad9dba

View file

@ -3,8 +3,8 @@ services:
build:
context: .
dockerfile: Dockerfile
# ports:
# - "${SERVER_PORT}:${SERVER_PORT}"
ports:
- "${SERVER_PORT}:${SERVER_PORT}"
depends_on:
db:
condition: service_healthy