This commit is contained in:
Maurice
2025-10-22 16:59:26 +02:00
parent 1953f8cf1c
commit 23fc91f54e
3 changed files with 8 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ image = "<IMAGE>" # Podman image name
depend = ["<SERVICE NAME>"] # Name of any service in /etc/init.d to depend on
restart = "unless-stopped" # Restart, optional. Defaults to "unless-stopped"
detach = true # Run container in detach mode, optional, default true. Recommended.
interactive = false # Run container in interactive mode, optional, default false
hostname = "<HOSTNAME>" # Host name, optional.
command = "<COMMAND>" # Container command to run, optional.