diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index cf35e95..c4df535 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -28,7 +28,7 @@ services: depends_on: - redis - database - restart: ${restart:-unless-stopped} + restart: ${restart:-"unless-stopped"} healthcheck: disable: false @@ -46,7 +46,7 @@ services: env_file: - stack.env - restart: a${restart:-unless-stopped} + restart: a${restart:-"unless-stopped"} healthcheck: disable: false @@ -55,7 +55,7 @@ services: image: docker.io/redis:6.2-alpine@sha256:905c4ee67b8e0aa955331960d2aa745781e6bd89afc44a8584bfd13bc890f0ae healthcheck: test: redis-cli ping || exit 1 - restart: ${restart:-unless-stopped} + restart: ${restart:-"unless-stopped"} database: container_name: immich_postgres