blob: b369c0f3b723fd9f2abbcbd5c6db6e558bd88881 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|