This commit is contained in:
@ -6,7 +6,7 @@ services:
|
||||
mqtt:
|
||||
container_name: mqtt
|
||||
hostname: mqtt
|
||||
image: eclipse-mosquitto:${tag-latest}
|
||||
image: eclipse-mosquitto:${TAG-latest}
|
||||
restart: ${RST-unless-stopped}
|
||||
network_mode: ${NET-bridge}
|
||||
user: "1000:1000"
|
||||
@ -27,7 +27,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
Reference in New Issue
Block a user