Immich
This commit is contained in:
+7
-1
@@ -1,7 +1,7 @@
|
||||
# You can find documentation for all the supported env variables at https://docs.immich.app/install/environment-variables
|
||||
|
||||
# The location where your uploaded files are stored
|
||||
UPLOAD_LOCATION=./library
|
||||
UPLOAD_LOCATION=/home/rcadmin/docker/immich-app/library
|
||||
|
||||
# The location where your database files are stored. Network shares are not supported for the database
|
||||
DB_DATA_LOCATION=/home/rcadmin/docker/immich-app/database
|
||||
@@ -20,3 +20,9 @@ DB_PASSWORD=postgresPW2026
|
||||
###################################################################################
|
||||
DB_USERNAME=postgres
|
||||
DB_DATABASE_NAME=immich
|
||||
|
||||
# Information for mounting smb share from server
|
||||
USERNAME=immich@home.ramberg.net
|
||||
PASSWORD=immichPass123
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
Reference in New Issue
Block a user