20 lines
360 B
Plaintext
20 lines
360 B
Plaintext
[Unit]
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Container]
|
|
Image=docker.io/library/eclipse-mosquitto:latest
|
|
Network=host
|
|
Volume=/etc/mosquitto:/mosquitto/config:Z
|
|
Volume=/var/lib/mosquitto:/mosquitto/data:Z
|
|
Volume=/var/log/mosquitto:/mosquitto/log:Z
|
|
User=301
|
|
Group=301
|
|
ReadOnly=true
|
|
|
|
[Service]
|
|
UMask=0077
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|