mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-26 06:33:36 +00:00
chore: add new env
This commit is contained in:
parent
d8800abea9
commit
02848c0f70
@ -11,6 +11,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
- HOMEPAGE_ALLOWED_HOSTS=home.example.com # add your FQDN here
|
||||||
volumes:
|
volumes:
|
||||||
#- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
|
#- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homepage/config:/app/config # Make sure your local config directory exists
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homepage/config:/app/config # Make sure your local config directory exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user