From 3c350394459f35c14a2a01a354147f0c8f11d995 Mon Sep 17 00:00:00 2001 From: Italo Borssatto Date: Thu, 18 Mar 2021 01:20:47 -0300 Subject: [PATCH] docker-compose Instructions for streams support A simple example to make the docker-compose configuration support stream configurations. --- docs/setup/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup/README.md b/docs/setup/README.md index 457674a5..1b22fe35 100644 --- a/docs/setup/README.md +++ b/docs/setup/README.md @@ -33,6 +33,8 @@ services: - '443:443' # Admin Web Port: - '81:81' + # Add any other Stream port you want to expose + # - '21:21' # FTP environment: # These are the settings to access your db DB_MYSQL_HOST: "db"