Skip to content

Instantly share code, notes, and snippets.

@sugoidogo
Created June 11, 2024 11:33
Show Gist options
  • Save sugoidogo/2eb233b5aad9a61ce78123d42d7ddeb2 to your computer and use it in GitHub Desktop.
Save sugoidogo/2eb233b5aad9a61ce78123d42d7ddeb2 to your computer and use it in GitHub Desktop.
[Container]
ContainerName=%N
Image=docker.io/author/image:latest
Volume=/etc/%N:/config
Network=Host
AutoUpdate=registry
Pull=newer
[Service]
ExecStartPre=mkdir -p /etc/%N
ExecStartPre=chown nobody:nogroup /etc/%N
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment