From 7c256b45e6c869528befe241c058bc340989cbb7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:28:42 +0200 Subject: [PATCH] Uncomment environment variables and set working directory --- guacamole/Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index 911aa74b4..3ec04ef07 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -27,9 +27,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 -#ENV PGDATA=/config/postgres -#ENV GUACAMOLE_HOME=/config -#WORKDIR /config +ENV PGDATA=/config/postgres +ENV GUACAMOLE_HOME=/config +WORKDIR /config # hadolint ignore=SC2016 RUN \ @@ -93,8 +93,6 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh" RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh -ENV ha_entry_source=true - # #WORKDIR /data #ENTRYPOINT [ "/usr/bin/env" ]