Try to build up a samba server in docker.

This commit is contained in:
chsteinle
2021-11-24 10:26:42 +01:00
parent b6c1e7bfbf
commit 9e98b78e78
3 changed files with 64 additions and 1 deletions

View File

@@ -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