This commit is contained in:
Rescla
2026-04-20 11:21:47 +02:00
parent d2f0ccb4b9
commit 5c2a50aa04
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ resource "docker_container" "photoprism" {
restart = "always"
memory = 10000
memory_swap = 10000
memory = 12000
memory_swap = 12000
env = [
"PHOTOPRISM_UPLOAD_NSFW=true",