Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
UPDATE: Set default ports for services. It will up to the user to upd…
Browse files Browse the repository at this point in the history
…ate the mappings between container and host environment.
  • Loading branch information
marcoguido committed Apr 23, 2020
1 parent 14eac24 commit 517944c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 517944c

Please sign in to comment.