1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/samba/docker-compose.yml

8 lines
130 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:
2015-09-02 03:52:53 +00:00
- ./smb.conf:/etc/samba/smb.conf
- ./share:/share
2016-04-07 01:46:55 +00:00
net: host
2015-07-17 14:53:21 +00:00
restart: always