From 517944c42f6a6cef582d72208bd4b6050d792417 Mon Sep 17 00:00:00 2001 From: Guidolin Marco Date: Thu, 23 Apr 2020 11:47:35 +0200 Subject: [PATCH] UPDATE: Set default ports for services. It will up to the user to update the mappings between container and host environment. --- docker/.env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/.env.example b/docker/.env.example index ea5d92e..fe9cd90 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -55,22 +55,22 @@ ENABLE_SSL=true # MySQL CONTAINER # ################### MYSQL_VERSION=5.7 -MYSQL_PORT=33060 +MYSQL_PORT=3306 ######################## # PostgreSQL Container # ######################## POSTGRESQL_VERSION=latest -POSTGRESQL_PORT=54320 +POSTGRESQL_PORT=5432 ################# # Minio storage # ################# MINIO_ACCESS_KEY=MinioAccessKey MINIO_SECRET_KEY=MinioSecretKey -MINIO_PORT=9002 +MINIO_PORT=9000 ######### # Redis # ######### -REDIS_PORT=63790 +REDIS_PORT=6379