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

8 lines
131 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
volumes:
2015-09-02 05:52:53 +02:00
- ./smb.conf:/etc/samba/smb.conf
2016-04-12 12:28:27 +02:00
- /mnt/usb:/share
2016-04-07 03:46:55 +02:00
net: host
2015-07-17 16:53:21 +02:00
restart: always