From 56e905bbdac87a106e30aed649108c82ada5a23e Mon Sep 17 00:00:00 2001 From: z1glr Date: Tue, 4 Feb 2025 21:17:46 +0100 Subject: [PATCH] fixed bug in docker compose volume mounts --- compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 09f2974..8f18245 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,7 +7,6 @@ services: volumes: - database:/usr/bin/app/data - logs:/usr/bin/app/logs - - ./config.yaml:/usr/bin/app/config.yaml restart: unless-stopped volumes: