20 lines
293 B
Text
20 lines
293 B
Text
[Unit]
|
|
Description=IRC client
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=ghcr.io/thelounge/thelounge:latest
|
|
ContainerName=thelounge
|
|
HostName=thelounge
|
|
AutoUpdate=registry
|
|
|
|
PublishPort=9000
|
|
|
|
Volume=thelounge-data:/var/opt/thelounge
|
|
|