From ea7be8fb39bcc6d85705c023c8a981cde3229e8c Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 4 Sep 2025 16:16:54 +0800 Subject: [PATCH] Added container for podman --- podman.container | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 podman.container 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