docker-compose.yml add port mappings

This commit is contained in:
David Personette 2018-11-25 10:00:24 -05:00
parent 27582509a2
commit 7c0c35dd38

View File

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