From 2f467bd7ff8f8db0dafa40426166491d7f57f368 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 12:46:05 -0400 Subject: Initial Commit --- manpage.container | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manpage.container (limited to 'manpage.container') diff --git a/manpage.container b/manpage.container new file mode 100644 index 00000000..b369c0f3 --- /dev/null +++ b/manpage.container @@ -0,0 +1,11 @@ +[Unit] +Description=manpage website container +After=network.target + +[Container] +Image=localhost/manpage-website +PublishPort=8000:8000 + +[Install] +# Start by default on boot +WantedBy=multi-user.target default.target -- cgit v1.2.3