From fcf39eb9011ea962fd3c12db6523aea568a6e508 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Tue, 23 Jul 2024 19:56:49 +0300 Subject: [PATCH] (feat) fix mounts --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 34c65d9..c5019b5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,8 +9,8 @@ services: - BACKEND_API_HOST=backend-api - BACKEND_API_PORT=8000 volumes: - - credentials.yml:/dashboard/credentials.yml - - ./pages:/dashboard/frontend/pages + - ./credentials.yml:/home/dashboard/credentials.yml + - ./pages:/home/dashboard/frontend/pages networks: - emqx-bridge backend-api: