Skip to content

Commit bf4651f

Browse files
Run update.sh
1 parent 313cfd7 commit bf4651f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

mysql/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,13 @@ services:
9797

9898
db:
9999
image: mysql
100-
# 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
101-
# (this is just an example, not intended to be a production configuration)
102-
command: --default-authentication-plugin=mysql_native_password
103100
restart: always
104101
environment:
105102
MYSQL_ROOT_PASSWORD: example
106-
107-
adminer:
108-
image: adminer
109-
restart: always
110-
ports:
111-
- 8080:8080
103+
# (this is just an example, not intended to be a production configuration)
112104
```
113105

114-
[![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)
106+
[![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/869019c74d53153ad95bf9f6ff285d215c95e3ac/mysql/stack.yml)
115107

116108
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).
117109

0 commit comments

Comments
 (0)