mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 20:05:17 +05:30
18 lines
260 B
Plaintext
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
|