mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2026-06-17 07:22:08 +05:30
21 lines
383 B
INI
21 lines
383 B
INI
[Unit]
|
|
Description=BentoPDF container
|
|
|
|
[Container]
|
|
Network=host
|
|
ContainerName=bentopdf
|
|
Image=ghcr.io/alam00000/bentopdf-simple:latest
|
|
|
|
Volume=%h/podman/bentopdf:/tmp
|
|
Volume=./nginx-listen-on-unix.sh:/docker-entrypoint.d/99-nginx-listen-on-unix.sh:ro
|
|
|
|
# Enable auto-update container
|
|
AutoUpdate=registry
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|