documentation

This commit is contained in:
Wolfgang Hottgenroth
2022-09-14 14:19:01 +02:00
parent 3bf3b037f2
commit 35541e6fdc
4 changed files with 60 additions and 21 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
IMAGE=registry.gitlab.com/wolutator/mosquitto-with-auth:latest
IMAGE=wollud1969/mosquitto-with-auth:latest
VOLUME_CONFIG=mosquitto-config
VOLUME_DATA=mosquitto-data
VOLUME_LOG=mosquitto-log
@ -25,7 +25,6 @@ docker run \
-v $VOLUME_DATA:/opt/data \
-v $VOLUME_LOG:/var/log/supervisor \
-v $VOLUME_LETSENCRYPT:/etc/letsencrypt \
--link mariadb \
--name mosquitto \
$IMAGE