fixed docker bug

This commit is contained in:
2026-05-12 18:37:40 +02:00
parent b7ef0144d1
commit 4219d234fc
+1 -1
View File
@@ -26,7 +26,7 @@ services:
- "8000"
restart: unless-stopped
volumes:
- ./database:/database
- ./database:/app/database
networks:
- cnn_network
pull_policy: never