first commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user