From ade1a9c1cb5b654c179c752df5cb5d4c89ca83c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 21 Oct 2020 21:15:58 +0200 Subject: [PATCH] use a random port again --- doctrine/doctrine-bundle/1.6/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine/doctrine-bundle/1.6/manifest.json b/doctrine/doctrine-bundle/1.6/manifest.json index e8884e32..2b814105 100644 --- a/doctrine/doctrine-bundle/1.6/manifest.json +++ b/doctrine/doctrine-bundle/1.6/manifest.json @@ -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:"] }