fix: fix homepage volume
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8007:3000
|
- 8007:3000
|
||||||
volumes:
|
volumes:
|
||||||
- /data/docker/homepage/config:/app/config # Make sure your local config directory exists
|
- /docker/homepage/config:/app/config # Make sure your local config directory exists
|
||||||
- /data/docker/homepage/assets:/app/public/images # Make sure your local config directory exists
|
- /docker/homepage/assets:/app/public/images # Make sure your local config directory exists
|
||||||
#- /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
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user