removed command compose for database

This commit is contained in:
Toddeh Alexander 2024-05-08 19:31:02 -07:00
parent 1270099600
commit d928372291

View file

@ -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: