1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-16 11:37:32 +02:00
dockerfiles/samba/docker-compose.yml

12 lines
203 B
YAML
Raw Normal View History

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