From 33b0cf9e772eccf9d6260ca456e8b7cc901b9ce0 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:39:49 +0100 Subject: [PATCH] Update docker-compose.yml --- examples/immich/docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) 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"