From 79173671e134e0fd209e5f97e71bed6125730682 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 22 Jan 2023 12:06:20 +0100 Subject: [PATCH] Try removing readonly https://github.com/alexbelgium/hassio-addons/issues/652#issuecomment-1399451477 --- guacamole/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index 23a7bb0cf..714d65289 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -25,9 +25,7 @@ FROM ${BUILD_FROM} # Set S6 wait time ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ - S6_SERVICES_GRACETIME=0 \ - S6_READ_ONLY_ROOT=1 \ - S6_LOGGING=0 + S6_SERVICES_GRACETIME=0 ENV PGDATA=/config/addons_config/guacamole/postgres ENV GUACAMOLE_HOME=/config/addons_config/guacamole