From d0f556c254b6e69ccb3f1a77db6816c04f2a507e Mon Sep 17 00:00:00 2001 From: elkuku Date: Fri, 15 Dec 2023 10:58:39 +0100 Subject: [PATCH] Set adminer port to random --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 80e8680..107fa41 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,7 +7,7 @@ services: ADMINER_DEFAULT_SERVER: database ADMINER_DESIGN: dracula ports: - - "8004:8080" + - "8080" ###> doctrine/doctrine-bundle ### database: image: postgres:${POSTGRES_VERSION:-15}-alpine