Initial commit
This commit is contained in:
commit
51161808ae
88 changed files with 6460 additions and 0 deletions
13
podman.container
Normal file
13
podman.container
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=FWT
|
||||
|
||||
[Container]
|
||||
ContainerName=fwt
|
||||
Image=localhost/fwt
|
||||
PublishPort=8080:8080
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue