Files
selfhost_podman/coturn/coturn.container
2025-05-04 02:04:30 +05:30

18 lines
260 B
Plaintext

[Unit]
Description=Coturn Container
[Container]
Pod=nginx-proxy.pod
ContainerName=coturn
Image=docker.io/coturn/coturn:alpine
# Enable auto-update container
AutoUpdate=registry
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target