From 0f634e86c7ba234517027da7397ef714f9cf528e Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Thu, 22 Jul 2021 11:32:31 +0000 Subject: [PATCH] [TESTS] Revert exposing Redis docker container ports, as this conflicts with the actual instance, and was intended for testing --- docker/testing/docker-compose.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/testing/docker-compose.yaml b/docker/testing/docker-compose.yaml index a5d5e5019d..323b3e1b80 100644 --- a/docker/testing/docker-compose.yaml +++ b/docker/testing/docker-compose.yaml @@ -32,8 +32,6 @@ services: redis: image: redis:alpine tty: false - ports: - - 6379:6379 volumes: database: