diff --git a/podman.container b/podman.container new file mode 100644 index 0000000..5d5408e --- /dev/null +++ b/podman.container @@ -0,0 +1,13 @@ +[Unit] +Description=AIO Tools + +[Container] +ContainerName=aio-tools +Image=localhost/aio-tools-_aio-tools +PublishPort=8082:8080 + +[Service] +Restart=always + +[Install] +WantedBy=multi-user.target default.target \ No newline at end of file