homepage/docker-compose.yaml
bdizen 036ddc8fea
All checks were successful
Deploy Homepage / deploy (push) Successful in 7s
Downgrade to v0.9.11
2024-11-26 15:48:12 +02:00

11 lines
427 B
YAML

services:
homepage:
image: ghcr.io/gethomepage/homepage:v0.9.11
container_name: homepage
volumes:
- ./config:/app/config # Make sure your local config directory exists
- ./assets/icons:/app/public/icons # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
network_mode: "host"
environment:
LOG_LEVEL: debug