diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 12:46:05 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 12:46:05 -0400 |
| commit | 2f467bd7ff8f8db0dafa40426166491d7f57f368 (patch) | |
| tree | 6574b6ba01d6e5ba9f097ff301c8895a24585a62 /manpage.container | |
Initial Commit
Diffstat (limited to 'manpage.container')
| -rw-r--r-- | manpage.container | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
