install-homepage-on-docker/docker-compose.yml hinzugefügt
This commit is contained in:
parent
a7992bac4e
commit
484209530e
|
@ -0,0 +1,10 @@
|
||||||
|
version: "3.3"
|
||||||
|
services:
|
||||||
|
homepage:
|
||||||
|
image: ghcr.io/benphelps/homepage:latest
|
||||||
|
container_name: homepage
|
||||||
|
ports:
|
||||||
|
- 7200:3000
|
||||||
|
volumes:
|
||||||
|
- /data/homepage/config:/app/config # Make sure your local config directory exists
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
|
Loading…
Reference in New Issue