Actualiser homepage/docker-compose.yml
This commit is contained in:
parent
d9e3cd7f0b
commit
8be3c667e4
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
PUID: 1000 # optional, your user id
|
PUID: 1000 # optional, your user id
|
||||||
PGID: 993 # optional, your group id
|
PGID: 993 # optional, your group id
|
||||||
ports:
|
|
||||||
- 3330:3000
|
|
||||||
volumes:
|
volumes:
|
||||||
- /data/homepage:/app/config # Make sure your local config directory exists
|
- /data/homepage:/app/config # 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue