This commit is contained in:
ladislav.dusa
2024-04-08 17:14:11 +02:00
parent c2ed761357
commit 5c9c950f1b

View File

@ -0,0 +1,14 @@
version: "3.3"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
PUID: 1000
PGID: 1000
ports:
- 3000:3000
volumes:
- /share/docker_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
restart: unless-stopped