Skip to content

Commit 1410666

Browse files
Run update.sh
1 parent 319d1ff commit 1410666

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mysql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ services:
9898

9999
db:
100100
image: mysql
101+
# 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
102+
# (this is just an example, not intended to be a production configuration)
101103
command: --default-authentication-plugin=mysql_native_password
102104
restart: always
103105
environment:
@@ -110,7 +112,7 @@ services:
110112
- 8080:8080
111113
```
112114
113-
[![Try in PWD](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/b664a62bb7be3e0cbc2304e306ea42f33244fad1/mysql/stack.yml)
115+
[![Try in PWD](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/06990e05c934d425c74addcc5ea462f53de6c8cd/mysql/stack.yml)
114116
115117
Run `docker stack deploy -c stack.yml mysql` (or `docker-compose -f stack.yml up`), wait for it to initialize completely, and visit `http://swarm-ip:8080`, `http://localhost:8080`, or `http://host-ip:8080` (as appropriate).
116118

0 commit comments

Comments
 (0)