Created
April 4, 2020 09:34
-
-
Save bernii/cfcd4a070bddc6c0e4f2f85285dfc43a to your computer and use it in GitHub Desktop.
presta 1.7 diff
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
$ git diff | |
diff --git a/docker-compose.yml b/docker-compose.yml | |
index f7991e7303..61dfbcdf5a 100644 | |
--- a/docker-compose.yml | |
+++ b/docker-compose.yml | |
@@ -9,7 +9,7 @@ services: | |
mysql: | |
image: mysql:5 | |
ports: | |
- - "3306" | |
+ - "8306:3306" | |
volumes: | |
- db-data:/var/lib/mysql | |
environment: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment