From 4219d234fc9aea2a1afda93b2181f2dab064afa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Tue, 12 May 2026 18:37:40 +0200 Subject: [PATCH] fixed docker bug --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 1d7ec5f..f72e97f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -26,7 +26,7 @@ services: - "8000" restart: unless-stopped volumes: - - ./database:/database + - ./database:/app/database networks: - cnn_network pull_policy: never