LAN_Services/homepage/docker-compose.yml

17 lines
434 B
YAML

version: "3.8"
services:
homepage:
image: ghcr.io/benphelps/homepage:latest
container_name: homepage
logging:
driver: journald
options:
mode: non-blocking
ports:
- 3000:3000
volumes:
- ./config:/app/config # Make sure your local config directory exists
- ./images:/app/public/images # Background images
- /etc/machine-id:/etc/machine-id:ro
restart: unless-stopped