Skip to content

Commit 0990677

Browse files
committed
Fixes #563 - add env support for ZAMMAD_RAILSSERVER_PORT
1 parent 457b5c7 commit 0990677

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
@@ -136,7 +136,7 @@ services:
136136
<<: *zammad-service
137137
command: ["zammad-railsserver"]
138138
healthcheck:
139-
test: ["CMD", "curl", "-sf", "http://localhost:3000"]
139+
test: ["CMD", "curl", "-sf", "http://127.0.0.1:${ZAMMAD_RAILSSERVER_PORT:-3000}"]
140140
interval: 30s
141141
timeout: 5s
142142
start_period: 120s

0 commit comments

Comments
 (0)