Fix UID handling

This commit is contained in:
2025-11-10 11:04:51 +00:00
parent 30fb383e96
commit 5cc685cdc8
3 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,8 @@ services:
image: eclipse-mosquitto:2
container_name: mosquitto
restart: unless-stopped
user: "${UID:-1000}:${GID:-1000}"
# Passe UID:GID bei Bedarf an deinen lokalen Benutzer an.
user: "1000:1000"
ports:
- "1883:1883"
- "9001:9001"