Skip to content

Commit 7d2f8a3

Browse files
committed
build: allow changing local port in docker-compose
1 parent cd587db commit 7d2f8a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727

2828
app:
2929
ports:
30-
- 8000:8000
30+
- ${EDITGROUPS_PORT:-8000}:8000
3131
healthcheck:
3232
test: curl --fail http://localhost:8000/ || exit 1
3333
start_period: 10s

0 commit comments

Comments
 (0)