install-homepage-on-docker/docker-compose.yml hinzugefügt

This commit is contained in:
M_Viper 2024-02-13 06:02:12 +00:00
parent a7992bac4e
commit 484209530e
1 changed files with 10 additions and 0 deletions

View File

@ -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