Skip to content

Commit 8b68ec2

Browse files
committed
Rename debug service to maintenance
1 parent da30913 commit 8b68ec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ services:
209209
SERVICE_NAME: "worker-cron"
210210
# restart:
211211
# unless-stopped
212-
debug:
212+
maintainance:
213213
image: imiobe/iadelib:latest
214214
entrypoint: bash
215215
ports:
@@ -227,7 +227,7 @@ services:
227227
- ADMIN_PASSWORD=tata
228228
- CLUSTER=iadelib_pm42
229229
- MOUNTPOINT=demo
230-
- HOSTNAME=debug
230+
- HOSTNAME=maintainance
231231
- PLONE_PATH=demo/demo
232232
healthcheck:
233233
test: "curl -f localhost:8080/$PLONE_PATH/@@ok"
@@ -236,7 +236,7 @@ services:
236236
- tmp:/tmp
237237
- vartmp:/var/tmp
238238
labels:
239-
SERVICE_NAME: "instance1"
239+
SERVICE_NAME: "maintainance"
240240
volumes:
241241
tmp:
242242
vartmp:

0 commit comments

Comments
 (0)