1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
dockerfiles/samba/docker-compose.yml

9 lines
141 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:
2016-07-03 16:48:47 +02:00
# - ./smb.conf:/etc/samba/smb.conf
2016-05-06 16:44:49 +02:00
- ./share:/share
2016-04-07 03:46:55 +02:00
net: host
2016-05-06 14:48:37 +02:00
tty: yes
2015-07-17 16:53:21 +02:00
restart: always