From 7ca3e49d933840883acbf5025d22df1a6cf3ee3c Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 11 Jul 2025 15:34:17 +0800 Subject: [PATCH] chore: remove volumn field in worker_beat service --- docker/docker-compose.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 04aae4ccf0..f914d92254 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -607,9 +607,6 @@ services: condition: service_healthy redis: condition: service_started - volumes: - # Mount the storage directory to the container, for storing user files. - - ./volumes/app/storage:/app/api/storage networks: - ssrf_proxy_network - default