Updating Homepage to run as non-root user.
This commit is contained in:
@@ -1807,6 +1807,8 @@ services:
|
|||||||
container_name: homepage
|
container_name: homepage
|
||||||
environment:
|
environment:
|
||||||
HOMEPAGE_ALLOWED_HOSTS: ${MY_TLD}
|
HOMEPAGE_ALLOWED_HOSTS: ${MY_TLD}
|
||||||
|
PUID: ${PUID}
|
||||||
|
PGID: ${PGID}
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
labels:
|
labels:
|
||||||
swag_server_custom_directive: access_log /config/log/$$host_access.log ; error_log /config/log/$$host_error.log ;
|
swag_server_custom_directive: access_log /config/log/$$host_access.log ; error_log /config/log/$$host_error.log ;
|
||||||
|
|||||||
Reference in New Issue
Block a user