diff options
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 |
