mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 02:40:09 +00:00
fix: use explicit numeric USER 101 in domaincheck Dockerfile
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/ba074d59-2085-4aa8-bf11-e6c09defc27a Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5d2bb1bcc4
commit
670e0df676
@@ -13,7 +13,7 @@ COPY --chown=www-data:www-data lighttpd.conf /lighttpd.conf
|
||||
|
||||
COPY --chmod=775 start.sh /start.sh
|
||||
|
||||
USER www-data
|
||||
USER 101
|
||||
ENTRYPOINT ["/start.sh"]
|
||||
|
||||
HEALTHCHECK CMD nc -z 127.0.0.1 $APACHE_PORT || exit 1
|
||||
|
||||
Reference in New Issue
Block a user