Skip to content

Commit

Permalink
removed env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
salverius-tech committed Apr 17, 2024
1 parent f431af2 commit e44181e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services-available/immich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ networks:
services:
immich:
container_name: ${IMMICH_CONTAINER_NAME:-immich}
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-v1.95.1}
image: ghcr.io/immich-app/immich-server:${IMMICH_DOCKER_TAG:-v1.95.1}
command: ["start.sh", "immich"]
volumes:
- ${IMMICH_UPLOAD_LOCATION:-./etc/immich/upload}:/usr/src/app/upload
Expand Down Expand Up @@ -45,7 +45,7 @@ services:

immich-microservices:
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-v1.95.1}
image: ghcr.io/immich-app/immich-server:${IMMICH_DOCKER_TAG:-v1.95.1}
# extends:
# file: hwaccel.yml
# service: hwaccel
Expand Down

0 comments on commit e44181e

Please sign in to comment.