Skip to content

Commit 313cfd7

Browse files
authored
Merge pull request #2443 from infosiftr/mysql-stack
Update MySQL example stack
2 parents 2224ca9 + 869019c commit 313cfd7

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)