mirror of https://github.com/docker/docs.git
Put port ranges back in
Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
parent
627f1acdc4
commit
a3eb563f94
|
@ -315,9 +315,12 @@ port (a random host port will be chosen).
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "3000"
|
- "3000"
|
||||||
|
- "3000-3005"
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
- "9090-9091:8080-8081"
|
||||||
- "49100:22"
|
- "49100:22"
|
||||||
- "127.0.0.1:8001:8001"
|
- "127.0.0.1:8001:8001"
|
||||||
|
- "127.0.0.1:5000-5010:5000-5010"
|
||||||
|
|
||||||
### security_opt
|
### security_opt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue