dotfiles/roles/thelounge/templates/thelounge.container

17 lines
237 B
Text
Raw Normal View History

[Unit]
Description=The Lounge
[Container]
ContainerName=thelounge
Image=ghcr.io/thelounge/thelounge:latest
PublishPort=9000:9000
Volume=thelounge-data:/var/opt/thelounge
[Service]
Restart=always
[Install]
WantedBy=multi-user.target