diff --git a/quadlet/quadlet.container b/quadlet/quadlet.container new file mode 100644 index 0000000..ef4590e --- /dev/null +++ b/quadlet/quadlet.container @@ -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 \ No newline at end of file