Actually truly indeed really NOW actually for real genuinely for real fix docker compose in updater

This commit is contained in:
Peter Smit
2025-01-17 09:05:01 +01:00
parent 4b98488e07
commit 3e951809df

View File

@@ -19,6 +19,12 @@ RUN apt-get update && \
apt-get install -y git docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin && \
rm -rf /var/lib/apt/lists/*
# Add the www-data user to the docker group
RUN usermod -aG docker www-data
# create home dir for the www-data user
RUN mkdir /home/www-data && chown www-data:www-data /home/www-data
# Copy the PHP file to the Apache document root
COPY webhook.php /var/www/html/index.php