Skip to content

Commit

Permalink
temporarily commented the port on line 20 in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Jun 14, 2024
1 parent 9eda502 commit 12b7b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- ELIXIR_DOCKER_IMAGE=${ELIXIR_DOCKER_IMAGE}
ports:
- "4000:${SERVER_PORT}"
- "${SERVER_PORT}:${SERVER_PORT}"
# - "${SERVER_PORT}:${SERVER_PORT}" # commented temporarily
env_file:
- config/dev/.env
environment:
Expand Down

0 comments on commit 12b7b9c

Please sign in to comment.