homepage/docker-compose.yml hinzugefügt

This commit is contained in:
sujiba 2024-02-22 22:17:02 +00:00
parent e4bdb60b6b
commit f17c571a2d

View file

@ -0,0 +1,16 @@
---
version: "3.6"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
PUID: 1001
PGID: 1001
TZ: Europe/Berlin
ports:
- 127.0.0.1:13000:3000
volumes:
- ./volumes/config:/app/config
- ./volumes/icons:/app/public/icons
restart: unless-stopped