Add trusted proxy to photoprism configs
This commit is contained in:
@@ -20,7 +20,8 @@ resource "docker_container" "photoprism-tineke" {
|
||||
"PHOTOPRISM_DATABASE_PASSWORD=YL43KVRekqUjbgPLGzz",
|
||||
"PHOTOPRISM_AUTO_IMPORT=60",
|
||||
"PHOTOPRISM_ORIGINALS_LIMIT=-1",
|
||||
"PHOTOPRISM_UPLOAD_LIMIT=-1"
|
||||
"PHOTOPRISM_UPLOAD_LIMIT=-1",
|
||||
"PHOTOPRISM_TRUSTED_PROXY=192.168.3.29/32"
|
||||
]
|
||||
|
||||
volumes {
|
||||
|
||||
Reference in New Issue
Block a user