From 138ccbdac88d9fc383da14fe69c22fe4249af530 Mon Sep 17 00:00:00 2001 From: Cody Casteel Date: Thu, 13 Mar 2025 15:14:34 +0000 Subject: [PATCH] update --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 73bd2db..afaa0d6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,7 +7,7 @@ services: ports: - "8077:8080" volumes: - - /docker-storage/ippheasant:/var/www/html + - /mnt/cephfs/docker-storage/ippheasant/www:/var/www/html env_file: - .env restart: always