This commit is contained in:
traveler 2025-12-23 16:11:32 -06:00
parent 5417708a69
commit 59286140f0

View file

@ -10,7 +10,8 @@ services:
ports:
- 3056:3000
volumes:
- /DockerVol/homepage:/app/config # Make sure your local config directory exists
- /DockerVol/homepage/config:/app/config # Make sure your local config directory exists
- /DockerVol/homepage/images:/app/public/images:ro
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
# restart: unless-stopped
networks: