mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-08 12:38:14 -05:00
docker-compose Instructions for streams support
A simple example to make the docker-compose configuration support stream configurations.
This commit is contained in:
parent
1a64d44857
commit
3c35039445
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user