Merge pull request #958 from italobb/patch-1

docker-compose Instructions for streams support
This commit is contained in:
jc21 2021-04-29 21:49:13 +10:00 committed by GitHub
commit fbf72c0f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@ services:
- '443:443' - '443:443'
# Admin Web Port: # Admin Web Port:
- '81:81' - '81:81'
# Add any other Stream port you want to expose
# - '21:21' # FTP
environment: environment:
# These are the settings to access your db # These are the settings to access your db
DB_MYSQL_HOST: "db" DB_MYSQL_HOST: "db"