mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 06:47:56 +01:00
Fixed: MQTT Docker Image Bug
This commit is contained in:
parent
d68950c64c
commit
37fffeac84
@ -1,6 +1,6 @@
|
||||
[Testuser]
|
||||
# Define them in roles.toml as well
|
||||
roles = []
|
||||
roles = [ "somerole/local" ]
|
||||
|
||||
# If two or more users want to use the same machine at once the higher prio
|
||||
# wins
|
||||
|
@ -10,4 +10,4 @@ services:
|
||||
links:
|
||||
- mqtt
|
||||
mqtt:
|
||||
image: eclipse-mosquitto
|
||||
image: eclipse-mosquitto:1.6.13
|
||||
|
Loading…
Reference in New Issue
Block a user