From 8bf80d13f3a3e2ce5bbd2018f6fc10605e08e530 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 13 May 2026 10:41:42 +0000 Subject: [PATCH] Update nextfamhistweb/docker-compose.yml Move storage volume from VALHALLA to glusterfs shared storage on production cluster --- nextfamhistweb/docker-compose.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/nextfamhistweb/docker-compose.yml b/nextfamhistweb/docker-compose.yml index 1157b48..9e5f626 100644 --- a/nextfamhistweb/docker-compose.yml +++ b/nextfamhistweb/docker-compose.yml @@ -7,17 +7,10 @@ services: ports: - 8887:80 volumes: - - nas-share:/usr/local/apache2/htdocs + - /media/gv0/WebSites/NextFamHist:/usr/local/apache2/htdocs networks: - caddy_net -volumes: - nas-share: - driver_opts: - type: cifs - o: "username=admin,password=Gerald1927" - device: "//192.168.1.7/TestFamilyWebSite/" - networks: caddy_net: external: true \ No newline at end of file