diff --git a/examples/immich/docker-compose.yml b/examples/immich/docker-compose.yml index 3de06f5..1aca9c8 100644 --- a/examples/immich/docker-compose.yml +++ b/examples/immich/docker-compose.yml @@ -45,6 +45,9 @@ services: - TYPESENSE_DATA_DIR=/data volumes: - ${TYPESENSE_LOCATION}:/data + restart: unless-stopped + #labels: + # - "com.centurylinklabs.watchtower.enable=true" #immich-machine-learning: # image: altran1502/immich-machine-learning:release @@ -58,7 +61,7 @@ services: # - NODE_ENV=production # depends_on: # - immich-database - # restart: always + # restart: unless-stopped # labels: # - "com.centurylinklabs.watchtower.enable=true"