docker-compose.yml add port mappings
This commit is contained in:
parent
27582509a2
commit
7c0c35dd38
@ -7,6 +7,11 @@ services:
|
|||||||
TZ: 'EST5EDT'
|
TZ: 'EST5EDT'
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
ports:
|
||||||
|
- "137:137/udp"
|
||||||
|
- "138:138/udp"
|
||||||
|
- "139:139/tcp"
|
||||||
|
- "445:445/tcp"
|
||||||
read_only: true
|
read_only: true
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp
|
- /tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user