Skip to content

Commit 869019c

Browse files
committed
Update MySQL example stack
The mysql_native_password plugin is now disabled-by-default (and adminer is in a sad state).
1 parent 2224ca9 commit 869019c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

mysql/stack.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@ services:
55

66
db:
77
image: mysql
8-
# 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
9-
# (this is just an example, not intended to be a production configuration)
10-
command: --default-authentication-plugin=mysql_native_password
118
restart: always
129
environment:
1310
MYSQL_ROOT_PASSWORD: example
14-
15-
adminer:
16-
image: adminer
17-
restart: always
18-
ports:
19-
- 8080:8080
11+
# (this is just an example, not intended to be a production configuration)

0 commit comments

Comments
 (0)