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:
parent
150a75bbe0
commit
5e678415ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user