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

don't restart scheduler when it fails to start (#188)

it could cause a restart loop when one of the cron commands fail to execute. rather let the container stop instead.
This commit is contained in:
Felix Bartels 2019-06-19 17:48:54 +02:00 committed by GitHub
parent e0792a39a5
commit e4983a96a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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