mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-24 14:45:34 +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:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user