mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #509 from nextcloud/enh/503/caddy-user
run caddy as different user
This commit is contained in:
commit
301f30dd2c
3 changed files with 4 additions and 3 deletions
|
|
@ -92,7 +92,8 @@ COPY supervisord.conf /
|
|||
RUN chmod +x /usr/bin/start.sh; \
|
||||
chmod +x /cron.sh; \
|
||||
chmod +x /session-deduplicator.sh; \
|
||||
chmod +x /backup-time-file-watcher.sh
|
||||
chmod +x /backup-time-file-watcher.sh; \
|
||||
chmod a+r /Caddyfile
|
||||
|
||||
USER root
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue