mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-08 16:36:19 +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:
|
kopano_scheduler:
|
||||||
image: ${docker_repo:-zokradonh}/kopano_scheduler:${SCHEDULER_VERSION:-latest}
|
image: ${docker_repo:-zokradonh}/kopano_scheduler:${SCHEDULER_VERSION:-latest}
|
||||||
container_name: kopano_scheduler
|
container_name: ${COMPOSE_PROJECT_NAME}_scheduler
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- kopano-net
|
- kopano-net
|
||||||
|
Loading…
x
Reference in New Issue
Block a user