2024-05-05 14:00:09 +02:00
|
|
|
---
|
2024-02-22 22:17:02 +00:00
|
|
|
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
|