Last active
May 6, 2022 08:29
-
-
Save matsubo/94666cf045af3ad8f91fada59116a1dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/docker-compose.yml b/docker-compose.yml | |
index 2ebf9f0..8a02a5e 100644 | |
--- a/docker-compose.yml | |
+++ b/docker-compose.yml | |
@@ -1,11 +1,12 @@ | |
version: '3' | |
services: | |
db: | |
- image: mysql:8.0 | |
+ image: mysql/mysql-server:8.0 | |
volumes: | |
- mysql_data:/var/lib/mysql:cached | |
environment: | |
MYSQL_ROOT_PASSWORD: 0fj4l3muBP7tpKtg | |
+ MYSQL_ROOT_HOST: '%' | |
app: | |
build: . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment