Explorar o código

Add comment about Docker secrets to example.env (#2454)

Add a comment to indicate the support for Docker secrets added in https://github.com/immich-app/immich/pull/1254
Mark Monteiro %!s(int64=2) %!d(string=hai) anos
pai
achega
f5b87833f8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      docker/example.env

+ 2 - 0
docker/example.env

@@ -2,6 +2,8 @@
 # Database
 # Database
 ###################################################################################
 ###################################################################################
 
 
+# NOTE: The following four database variables support Docker secrets by adding a *_FILE suffix to the variable name
+# See the docker-compose documentation on secrets for additional details: https://docs.docker.com/compose/compose-file/compose-file-v3/#secrets
 DB_HOSTNAME=immich_postgres
 DB_HOSTNAME=immich_postgres
 DB_USERNAME=postgres
 DB_USERNAME=postgres
 DB_PASSWORD=postgres
 DB_PASSWORD=postgres