From 0bdc80a8ea44b94c1984a0e7728db9fe667688e6 Mon Sep 17 00:00:00 2001 From: Cody Casteel Date: Thu, 13 Mar 2025 15:04:41 -0400 Subject: [PATCH] back to www --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f9b66f5..aa01d04 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,7 +9,7 @@ services: ports: - "8077:8080" volumes: - - /mnt/cephfs/docker-storage/ippheasant:/var/www/html + - /mnt/cephfs/docker-storage/ippheasant/www:/var/www/html env_file: - system.env restart: always