diff --git a/docker-compose.yml b/docker-compose.yml index f2ac169a..0ee5e7ff 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,10 +10,4 @@ services: command: bash start.sh environment: CONFIG_FILE_URL: $CONFIG_FILE_URL - restart: on-failure - - restarter: - image: docker:cli - volumes: ["/var/run/docker.sock:/var/run/docker.sock"] - command: ["/bin/sh", "-c", "while true; do sleep 60; docker restart ${CONTAINER_NAME}; done"] - restart: ${RESTART} \ No newline at end of file + restart: on-failure \ No newline at end of file