Skip to content

Instantly share code, notes, and snippets.

@bernii
Created April 4, 2020 09:34
Show Gist options
  • Save bernii/cfcd4a070bddc6c0e4f2f85285dfc43a to your computer and use it in GitHub Desktop.
Save bernii/cfcd4a070bddc6c0e4f2f85285dfc43a to your computer and use it in GitHub Desktop.
presta 1.7 diff
$ 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