From 1af30dc3e9aae329883273421ebc4b5d7d722e5c Mon Sep 17 00:00:00 2001 From: lyf66 Date: Tue, 18 Nov 2025 14:07:05 +0800 Subject: [PATCH] feat(docker): update volume mapping for datasync application - Changed volume mapping from java to datasync directory - Updated mount path from /opt/hsz/java to /opt/hsz/datasync - Maintained existing environment configurations - Preserved network and profile settings --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4c89a72..e7c7278 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,7 @@ services: networks: - tsg-bridge volumes: - - /opt/hsz/java:/app + - /opt/hsz/datasync:/app environment: - SPRING_PROFILES_ACTIVE=prod - TZ=Asia/Shanghai