From 43348dbda3a2866ee75f6ea0911b5afc314cfa28 Mon Sep 17 00:00:00 2001 From: ytqh Date: Sat, 3 May 2025 21:12:42 +0800 Subject: [PATCH] chore: format --- docker/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index e64a9a4f60..f08684f06d 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -537,7 +537,7 @@ services: # Mount the storage directory to the container, for storing user files. - ./volumes/app/storage:/app/api/storage # Mount the log directory from the container to the host - - ./volumes/app/logs:/app/logs + - ./volumes/app/logs:/app/logs networks: - ssrf_proxy_network - default @@ -568,7 +568,7 @@ services: # Mount the storage directory to the container, for storing user files. - ./volumes/app/storage:/app/api/storage # Mount the log directory from the container to the host - - ./volumes/app/logs:/app/logs + - ./volumes/app/logs:/app/logs networks: - ssrf_proxy_network - default @@ -593,7 +593,7 @@ services: # Mount the storage directory to the container, for storing user files. - ./volumes/app/storage:/app/api/storage # Mount the log directory from the container to the host - - ./volumes/app/logs:/app/logs + - ./volumes/app/logs:/app/logs networks: - ssrf_proxy_network - default