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

9 lines
141 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:
2015-09-02 11:52:53 +08:00
- ./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