use a random port again

This commit is contained in:
Kévin Dunglas
2020-11-17 09:40:40 +01:00
committed by Fabien Potencier
parent d246d096a4
commit ade1a9c1cb
+1 -1
View File
@@ -31,7 +31,7 @@
" # - ./docker/db/data:/var/lib/mysql:rw",
" # To expose the port on the host",
" # ports:",
" # - \"3306:3306\""
" # - \"3306\""
],
"volumes": ["db-data:"]
}