upgraded to ppm appinfo v3
This commit is contained in:
parent
17b1c0f5ab
commit
e91e293dda
2 changed files with 11 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=Podman Compose based service
|
||||
After=network.target
|
||||
PartOf={{ mainunit }}
|
||||
|
||||
# Nginx is not started with podman compose
|
||||
# We start it on the host network, so we can access the ports exposed on localhost
|
||||
|
|
@ -19,4 +20,4 @@ Restart=always
|
|||
WorkingDirectory={{ homedir }}
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy={{ mainunit }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue