1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-10 17:36:19 +00:00

Change restart to unless-stopped for consistency. (#134)

This commit is contained in:
mithomas 2019-03-30 06:17:03 +01:00 committed by Felix Bartels
parent fed033e60c
commit 905bdf0edd

View File

@ -499,7 +499,7 @@ services:
kopano_scheduler:
image: ${docker_repo:-zokradonh}/kopano_scheduler:${SCHEDULER_VERSION:-latest}
container_name: ${COMPOSE_PROJECT_NAME}_scheduler
restart: always
restart: unless-stopped
networks:
- kopano-net
- ldap-net