sdf
This commit is contained in:
parent
5417708a69
commit
59286140f0
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 3056:3000
|
- 3056:3000
|
||||||
volumes:
|
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
|
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue