docker-compose Instructions for streams support

A simple example to make the docker-compose configuration support stream configurations.
This commit is contained in:
Italo Borssatto 2021-03-18 01:20:47 -03:00 committed by GitHub
parent 1a64d44857
commit 3c35039445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"