diff --git a/immich-docker-compose.yml b/immich-docker-compose.yml index af6de7a..3232316 100644 --- a/immich-docker-compose.yml +++ b/immich-docker-compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: immich-server: container_name: immich_server - image: ghcr.io/immich-app/immich-server:release + image: ghcr.io/immich-app/immich-server:main entrypoint: ["/bin/sh", "./start-server.sh"] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload @@ -19,7 +19,7 @@ services: immich-microservices: container_name: immich_microservices - image: ghcr.io/immich-app/immich-server:release + image: ghcr.io/immich-app/immich-server:main entrypoint: ["/bin/sh", "./start-microservices.sh"] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload @@ -35,7 +35,7 @@ services: immich-machine-learning: container_name: immich_machine_learning - image: ghcr.io/immich-app/immich-machine-learning:release + image: ghcr.io/immich-app/immich-machine-learning:main volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /usr/docker_binds/immich/model-cache:/cache @@ -47,7 +47,7 @@ services: immich-web: container_name: immich_web - image: ghcr.io/immich-app/immich-web:release + image: ghcr.io/immich-app/immich-web:main entrypoint: ["/bin/sh", "./entrypoint.sh"] env_file: - stack.env @@ -63,7 +63,7 @@ services: - TYPESENSE_DATA_DIR=/data logging: driver: none - volumes: + volumes: - /usr/docker_binds/immich/tsdata:/data restart: always @@ -88,7 +88,7 @@ services: immich-proxy: container_name: immich_proxy - image: ghcr.io/immich-app/immich-proxy:release + image: ghcr.io/immich-app/immich-proxy:main environment: # Make sure these values get passed through from the env file - IMMICH_SERVER_URL