diff --git a/examples/immich/docker-compose.yml b/examples/immich/docker-compose.yml index 1aca9c8..9ca702c 100644 --- a/examples/immich/docker-compose.yml +++ b/examples/immich/docker-compose.yml @@ -52,15 +52,12 @@ services: #immich-machine-learning: # image: altran1502/immich-machine-learning:release # container_name: immich-ml - # entrypoint: ["/bin/sh", "./entrypoint.sh"] # volumes: # - ${UPLOAD_LOCATION}:/usr/src/app/upload # env_file: # - .env # environment: # - NODE_ENV=production - # depends_on: - # - immich-database # restart: unless-stopped # labels: # - "com.centurylinklabs.watchtower.enable=true"