1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/samba/docker-compose.yml
2015-07-17 22:53:21 +08:00

9 lines
125 B
YAML

samba:
build: .
ports:
- "137:137/udp"
- "138:138/udp"
- "139:139/tcp"
- "445:445/tcp"
restart: always