homepage/docker-compose.yaml
bdizen 3c3cf267b4
All checks were successful
Deploy Homepage / deploy (push) Successful in 2s
Expose container to host tailscale net
2024-11-26 15:26:48 +02:00

9 lines
386 B
YAML

services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
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"