1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:25 +02:00
dockerfiles/samba/docker-compose.yml

12 lines
203 B
YAML
Raw Normal View History

2015-07-17 22:53:21 +08:00
samba:
2015-07-17 23:11:33 +08:00
image: vimagick/samba
2015-07-17 22:53:21 +08:00
ports:
- "137:137/udp"
- "138:138/udp"
- "139:139/tcp"
- "445:445/tcp"
2015-07-17 23:11:33 +08:00
volumes:
- smb.conf:/etc/samba/smb.conf
- share:/share
2015-07-17 22:53:21 +08:00
restart: always