Parse multiple ports from environment

This commit is contained in:
Christophe Mehay 2017-02-09 09:39:02 +01:00
parent f5b25abd3c
commit 3843fe5bd3
5 changed files with 17 additions and 11 deletions

View file

@ -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
```