We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd587db commit 7d2f8a3Copy full SHA for 7d2f8a3
1 file changed
docker-compose.yml
@@ -27,7 +27,7 @@ services:
27
28
app:
29
ports:
30
- - 8000:8000
+ - ${EDITGROUPS_PORT:-8000}:8000
31
healthcheck:
32
test: curl --fail http://localhost:8000/ || exit 1
33
start_period: 10s
0 commit comments