1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Related to this MYSQL_USER="root", MYSQL_USER and MYSQL_PASSWORD are for configuring a regular user and cannot be used for the root user

https://stackoverflow.com/questions/66831863/mysql-docker-container-keeps-restarting
This commit is contained in:
Daniel 2021-07-12 17:08:04 -03:00
parent 2457ad9c7c
commit ec3ee8796b

View file

@ -9,9 +9,9 @@ services:
ports: ports:
- 3306 - 3306
environment: environment:
- MYSQL_USER=root #- MYSQL_USER=root
- MYSQL_PASSWORD=root #- MYSQL_PASSWORD=root
- MYSQL_ROOT_PASSWORD=root #- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=avideo - MYSQL_DATABASE=avideo
- TZ=UTC - TZ=UTC
expose: expose: