fix(templates): better network template
This commit is contained in:
parent
49221c4b58
commit
e751cb6580
1 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
||||||
# source: https://github.com/fpatrick/podman-quadlet
|
[Unit]
|
||||||
[Network]
|
Description=
|
||||||
Subnet= # (Mandatory) Subnet for the network
|
|
||||||
Gateway= # (Mandatory) Gateway IP address
|
[Network]
|
||||||
Label= # (Optional) Custom label for the network
|
NetworkName=
|
||||||
|
Subnet=
|
||||||
|
Gateway=
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue