From 3410713e2b03707db34223bbfde940e87ee4f2f5 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sun, 5 Jan 2025 13:10:01 +0100 Subject: [PATCH] fix: share config.toml with the docker container --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 0aaa6e4..e2c8f14 100644 --- a/compose.yaml +++ b/compose.yaml @@ -27,6 +27,8 @@ services: - 3002:3002 - 3003:3003/tcp - 3003:3003/udp + volumes: + - ./config.toml:/app/config.toml volumes: postgres: