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