Skip to content

Commit 3c35039

Browse files
authored
docker-compose Instructions for streams support
A simple example to make the docker-compose configuration support stream configurations.
1 parent 1a64d44 commit 3c35039

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/setup/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ services:
3333
- '443:443'
3434
# Admin Web Port:
3535
- '81:81'
36+
# Add any other Stream port you want to expose
37+
# - '21:21' # FTP
3638
environment:
3739
# These are the settings to access your db
3840
DB_MYSQL_HOST: "db"

0 commit comments

Comments
 (0)