From 32309356db9aa5ff9bf61e4b96a25983fd2521b0 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 24 Nov 2025 10:52:33 +0100 Subject: [PATCH] make directories writeable Signed-off-by: Basil Bruhn --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c73d473..8494244 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -31,8 +31,8 @@ services: restart: always volumes: - /opt/webcontent/rfmwtools:/var/www/rfmwtools:ro - - /opt/webcontent/gfa-status:/var/www/gfa-status:ro - - /opt/webcontent/fluid-eos:/var/www/fluid-eos:ro + - /opt/webcontent/gfa-status:/var/www/gfa-status:rw + - /opt/webcontent/fluid-eos:/var/www/fluid-eos:rw - ./apache/conf/rfmwtools.conf:/etc/apache2/sites-enabled/rfmwtools.conf:ro - ./apache/conf/gfa-status.conf:/etc/apache2/sites-enabled/gfa-status.conf:ro - ./apache/conf/fluid-eos.conf:/etc/apache2/sites-enabled/fluid-eos.conf:ro