Merge pull request #2443 from infosiftr/mysql-stack

Update MySQL example stack
This commit is contained in:
yosifkit 2024-05-02 11:43:47 -07:00 committed by GitHub
commit 313cfd7da5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 9 deletions

View File

@ -5,15 +5,7 @@ services:
db: db:
image: mysql image: mysql
# NOTE: use of "mysql_native_password" is not recommended: https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html#upgrade-caching-sha2-password
# (this is just an example, not intended to be a production configuration)
command: --default-authentication-plugin=mysql_native_password
restart: always restart: always
environment: environment:
MYSQL_ROOT_PASSWORD: example MYSQL_ROOT_PASSWORD: example
# (this is just an example, not intended to be a production configuration)
adminer:
image: adminer
restart: always
ports:
- 8080:8080