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