mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 02:01:52 +02:00
Update Dockerfile
This commit is contained in:
@@ -92,7 +92,7 @@ RUN \
|
|||||||
ln -s /home/"$USER" /app && \
|
ln -s /home/"$USER" /app && \
|
||||||
chown -R "$USER":"$USER" /home/"$USER" /app && \
|
chown -R "$USER":"$USER" /home/"$USER" /app && \
|
||||||
\
|
\
|
||||||
# Give access to caddy
|
# Give access to caddy for files owned by the user, to allow files modification
|
||||||
groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \
|
groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \
|
||||||
\
|
\
|
||||||
# Cleanup
|
# Cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user