1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Prefix scheduler container name with COMPOSE_PROJECT_NAME.

In line with the other names for running multiple instances of this stack on the same host.
This commit is contained in:
Michael Thomas
2019-03-27 21:44:58 +01:00
parent 150a75bbe0
commit 5e678415ab
+1 -1
View File
@@ -498,7 +498,7 @@ services:
kopano_scheduler:
image: ${docker_repo:-zokradonh}/kopano_scheduler:${SCHEDULER_VERSION:-latest}
container_name: kopano_scheduler
container_name: ${COMPOSE_PROJECT_NAME}_scheduler
restart: always
networks:
- kopano-net