Try to build up a samba server in docker.
This commit is contained in:
@@ -5,6 +5,8 @@ volumes:
|
||||
name: pihole
|
||||
dnsmasq:
|
||||
name: dnsmasq
|
||||
samba-config:
|
||||
name: samba-config
|
||||
|
||||
# smokeping:
|
||||
# name: smokeping
|
||||
@@ -68,7 +70,6 @@ services:
|
||||
- pihole:/etc/pihole/
|
||||
- dnsmasq:/etc/dnsmasq.d/
|
||||
|
||||
|
||||
unbound:
|
||||
image: mvance/unbound
|
||||
container_name: unbound
|
||||
@@ -82,6 +83,19 @@ services:
|
||||
- "53:53/udp"
|
||||
restart: always
|
||||
|
||||
samba:
|
||||
build: .
|
||||
container_name: samba
|
||||
environment:
|
||||
TZ: Europe/Berlin
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- samba-config:/etc/samba
|
||||
- /media/backup:/share
|
||||
|
||||
|
||||
# smokeping:
|
||||
# image: lscr.io/linuxserver/smokeping
|
||||
|
||||
Reference in New Issue
Block a user