Chore: commit unstaged changed
This commit is contained in:
parent
c8d5b4a7f3
commit
9a7f6b4cc8
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
services:
|
services:
|
||||||
mqtt:
|
mqtt:
|
||||||
|
restart: never
|
||||||
image: vernemq/vernemq:1.11.0
|
image: vernemq/vernemq:1.11.0
|
||||||
environment:
|
environment:
|
||||||
- DOCKER_VERNEMQ_ACCEPT_EULA=yes
|
- DOCKER_VERNEMQ_ACCEPT_EULA=yes
|
||||||
|
@ -23,7 +24,7 @@ services:
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
restart: always
|
restart: never
|
||||||
command: --default-authentication-plugin=mysql_native_password
|
command: --default-authentication-plugin=mysql_native_password
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=MlmAccess
|
- MYSQL_ROOT_PASSWORD=MlmAccess
|
||||||
|
|
Loading…
Reference in a new issue