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

This commit is contained in:
Peter Smit
2025-01-17 10:27:10 +01:00
parent 7dcd7756af
commit edd9116787

View File

@@ -25,6 +25,8 @@ RUN usermod -aG docker www-data
# Copy the PHP file to the Apache document root
COPY webhook.php /var/www/html/index.php
RUN git config --system --add safe.directory *
# Expose port 80
EXPOSE 80