

[Container]
AutoUpdate=registry
ContainerName=con-portainer
HostName=con-portainer
Image=docker.io/portainer/portainer-ce:lts
Notify=conmon
PublishPort=8000:8000
PublishPort=9443:9443
Pull=missing
Volume=vol-portainer:/data
Volume=%t/podman/podman.sock:%t/podman/podman.sock
[Install] \# Start by default on boot without explicit enabling \# To avoid automatic start Install section has to be \# disabled WantedBy=default.target multi-user.target [Service] \# Restart service in case of failures Restart=on-failure TimeoutStartSec=20 TimeoutStopSec=20 Type=notify