Files
quadlets/homebridge.container
T
2026-05-07 16:53:33 -07:00

27 lines
584 B
INI

[Container]
Image=docker.io/homebridge/homebridge:2026-05-06
ContainerName=homebridge
Network=host
Memory=2048M
# Environment variables
Environment=TZ=America/Phoenix
Environment=PGID=1000
Environment=PUID=1000
# Volume mapping
Volume=/var/podman/homebridge:/homebridge:Z
# Add this to help with internal resolution if needed
AddHost=host.containers.internal:host-gateway
# Port mappings restricted to the specific IP
# Format: IP:HostPort:ContainerPort
# PublishPort=192.168.112.200:8581:8581
# PublishPort=192.168.112.200:51826:51826
[Service]
# Restart policy
Restart=always