removed command compose for database
This commit is contained in:
parent
1270099600
commit
d928372291
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ services:
|
||||||
database:
|
database:
|
||||||
container_name: database
|
container_name: database
|
||||||
image: mysql:8
|
image: mysql:8
|
||||||
command: --default-authentication-plugin=mysql_native_password
|
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: root
|
MYSQL_ROOT_PASSWORD: root
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue