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

9 lines
146 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
volumes:
2017-05-01 14:14:27 +08:00
- ./data/smb.conf:/etc/samba/smb.conf
2016-05-06 22:44:49 +08:00
- ./share:/share
2016-04-07 09:46:55 +08:00
net: host
2016-05-06 20:48:37 +08:00
tty: yes
2015-07-17 22:53:21 +08:00
restart: always