This commit is contained in:
Marc Fokkert
2025-10-06 21:54:06 +02:00
parent d0bc3c7af3
commit 1f9026ef32
6 changed files with 52 additions and 8 deletions

View File

@@ -4,8 +4,8 @@ resource "docker_container" "photoprism-tineke" {
restart = "always"
memory = 5000
memory_swap = 5000
memory = 10000
memory_swap = 10000
env = [
"PHOTOPRISM_UPLOAD_NSFW=true",