1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/samba/docker-compose.yml

9 lines
146 B
YAML
Raw Normal View History

2015-07-17 14:53:21 +00:00
samba:
2015-07-17 15:11:33 +00:00
image: vimagick/samba
volumes:
2017-05-01 06:14:27 +00:00
- ./data/smb.conf:/etc/samba/smb.conf
2016-05-06 14:44:49 +00:00
- ./share:/share
2016-04-07 01:46:55 +00:00
net: host
2016-05-06 12:48:37 +00:00
tty: yes
2015-07-17 14:53:21 +00:00
restart: always