From 196710a3a27f7b4c42f20e78d220b38bd33b1390 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 17 Jul 2018 00:08:56 +0000 Subject: [PATCH] Run update.sh --- mysql/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/README.md b/mysql/README.md index 64a145b7c..018edc4ba 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -107,6 +107,7 @@ services: db: image: mysql + command: --default-authentication-plugin=mysql_native_password restart: always environment: MYSQL_ROOT_PASSWORD: example @@ -118,7 +119,7 @@ services: - 8080:8080 ``` -[![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/9efeec18b6b2ed232cf0fbd3914b6211e16e242c/mysql/stack.yml) +[![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) 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).