From 1bb7d0711b6605f22912d6188755230d02891a13 Mon Sep 17 00:00:00 2001 From: Vladislav Kanishchev Date: Wed, 9 Oct 2024 10:18:55 +0300 Subject: [PATCH] fix bugs --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9e46511..2d05380 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: image: therealyou322/backend:latest container_name: backend volumes: - - ./path/to/deploy/files/proxies.txt:/app/files/proxies.txt + - ./path/to/deploy/files/:/app/files ports: - "3004:3004" - "3001:3001"