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:
parent
2457ad9c7c
commit
ec3ee8796b
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue