diff --git a/homepage.yaml b/homepage.yaml index 2bc5182..6af4abb 100755 --- a/homepage.yaml +++ b/homepage.yaml @@ -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: