Update permissions on passwords file

This commit is contained in:
2026-07-26 19:48:41 +02:00
parent afc7e5408b
commit 6dd888d38c
+1 -2
View File
@@ -9,7 +9,7 @@ services:
cp /sources/config/*.* /mosquitto/config/ &&
cp /sources/passwords/passwords /mosquitto/config/ &&
chmod 0700 /mosquitto/config/passwords &&
chown -R 1000:1000 /mosquitto &&
chown -R 1883:1883 /mosquitto &&
chmod -R u+rwX /mosquitto"
volumes:
- /opt/hawser-stacks/mosquitto/sources:/sources
@@ -22,7 +22,6 @@ services:
container_name: mosquitto
hostname: mosquitto
image: eclipse-mosquitto:latest
user: '0'
depends_on:
init-mosquitto:
condition: service_completed_successfully