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:
parent
e0792a39a5
commit
e4983a96a2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user