Parse multiple ports from environment
This commit is contained in:
parent
f5b25abd3c
commit
3843fe5bd3
5 changed files with 17 additions and 11 deletions
|
|
@ -72,7 +72,8 @@ environment:
|
|||
# Set mapping ports
|
||||
HELLO_PORTS: 80:80
|
||||
|
||||
WORLD_PORTS: 8000:80
|
||||
# Multiple ports can be coma separated
|
||||
WORLD_PORTS: 8000:80,8888:80,22:22
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue