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:
|
||||
container_name: database
|
||||
image: mysql:8
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue