Skip to content

Commit

Permalink
Merge branch 'master' into onramp-rework-env
Browse files Browse the repository at this point in the history
  • Loading branch information
salverius-tech committed Apr 17, 2024
2 parents da3709e + 890c1b7 commit f431af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .templates/env.template
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ NFS_PHOTOPRISM_PATH=${NFS_MEDIA_PATH}/photoprism
###############################################
# Immich Variables
###############################################
#IMMICH_DOCKER_TAG=release
#IMMICH_DB_HOSTNAME=immich_database
#IMMICH_DB_USERNAME=postgres
#IMMICH_DB_PASSWORD=postgres
Expand Down
4 changes: 2 additions & 2 deletions services-available/immich.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
---
# description: Container for running immich, a self-hosted Google Photos alternative.
# https://immich.app/docs/install/environment-variables

Expand All @@ -8,7 +8,7 @@ networks:
immich-db:

services:
immich-server:
immich:
container_name: ${IMMICH_CONTAINER_NAME:-immich}
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-v1.95.1}
command: ["start.sh", "immich"]
Expand Down

0 comments on commit f431af2

Please sign in to comment.