mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-01-28 20:09:44 +01:00
build
This commit is contained in:
@@ -20,7 +20,11 @@ services:
|
|||||||
- 3003:3000
|
- 3003:3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/homepage/config:/app/config
|
- config:/app/config
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- /share/docker_data/homepage/images:/app/public/images
|
- images:/app/public/images
|
||||||
- /share/docker_data/homepage/icons:/app/public/icons
|
- icons:/app/public/icons
|
||||||
|
volumes:
|
||||||
|
config:
|
||||||
|
images:
|
||||||
|
icons:
|
||||||
Reference in New Issue
Block a user