From 522a1d347d11d4ac498b8663c999ebcef8a6ee15 Mon Sep 17 00:00:00 2001 From: john Date: Sat, 18 Apr 2026 23:45:23 +0100 Subject: [PATCH] Update bind9vm/docker-compose.yml --- bind9vm/docker-compose.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bind9vm/docker-compose.yml b/bind9vm/docker-compose.yml index e706c34..9bb1e19 100644 --- a/bind9vm/docker-compose.yml +++ b/bind9vm/docker-compose.yml @@ -17,6 +17,10 @@ services: restart: unless-stopped volumes: - config: cache: - records: \ No newline at end of file + records: + config: + driver_opts: + type: cifs + o: "username=john,password=mary1948" + device: "//192.168.1.7/BIND9/config" # share on VALHALLA \ No newline at end of file