Consistent formatting.
This commit is contained in:
@@ -1,14 +1,3 @@
|
||||
version: "3.9"
|
||||
|
||||
volumes:
|
||||
pihole:
|
||||
name: pihole
|
||||
dnsmasq:
|
||||
name: dnsmasq
|
||||
samba-config:
|
||||
name: samba-config
|
||||
|
||||
|
||||
networks:
|
||||
networking:
|
||||
name: networking
|
||||
@@ -31,6 +20,13 @@ networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
pihole:
|
||||
name: pihole
|
||||
dnsmasq:
|
||||
name: dnsmasq
|
||||
samba-config:
|
||||
name: samba-config
|
||||
|
||||
services:
|
||||
pihole:
|
||||
@@ -90,10 +86,6 @@ services:
|
||||
- "53:53/udp"
|
||||
restart: unless-stopped
|
||||
|
||||
# Must add "ntlm auth = yes" to global section in smb.conf
|
||||
# adduser and smbpasswd have to be run
|
||||
# Sample smb.conf is copied to repo.
|
||||
|
||||
nfs:
|
||||
image: gists/nfs-server
|
||||
container_name: nfs
|
||||
|
||||
Reference in New Issue
Block a user