mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
9 lines
141 B
YAML
9 lines
141 B
YAML
samba:
|
|
image: vimagick/samba
|
|
volumes:
|
|
# - ./smb.conf:/etc/samba/smb.conf
|
|
- ./share:/share
|
|
net: host
|
|
tty: yes
|
|
restart: always
|