소스 검색

docker-compose Instructions for streams support

A simple example to make the docker-compose configuration support stream configurations.
Italo Borssatto 4 년 전
부모
커밋
3c35039445
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/setup/README.md

+ 2 - 0
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"