From 7035a215a89e7fe234d994a70fdb04521e4d9809 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Tue, 30 Dec 2025 21:40:57 +0000 Subject: [PATCH] Make museum data directory read/write --- compose.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.template.yml b/compose.template.yml index 8abfed5..a874ad5 100644 --- a/compose.template.yml +++ b/compose.template.yml @@ -15,7 +15,7 @@ services: condition: service_healthy volumes: - ./museum.yaml:/museum.yaml:ro - - /mnt/ente_1/museum_data:/data:ro + - /mnt/ente_1/museum_data:/data:rw healthcheck: test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080/ping"] interval: 60s