1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +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

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