1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/samba/docker-compose.yml

12 lines
207 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:
2015-09-02 11:52:53 +08:00
- ./smb.conf:/etc/samba/smb.conf
- ./share:/share
2015-07-17 22:53:21 +08:00
restart: always