keep the dinit socket in /run

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2026-08-27 21:48:40 +02:00
parent 2c41edaec4
commit 564f5e2cc0
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -83,6 +83,7 @@ RUN set -ex; \
mkdir -p /usr/local/apache2/logs; \
chmod 777 -R /home/www-data; \
chmod 777 -R /usr/local/apache2/logs; \
chmod 777 /run; \
rm -rf /usr/local/apache2/cgi-bin/
USER www-data:www-data
@@ -90,7 +91,7 @@ USER www-data:www-data
STOPSIGNAL SIGTERM
ENTRYPOINT ["/start.sh"]
CMD ["dinit", "--system", "--container", "--socket-path", "/tmp/dinitctl", "apache", "caddy"]
CMD ["dinit", "--system", "--container", "apache", "caddy"]
ENV AIO_LOG_LEVEL=warn