fixed docker bug

This commit is contained in:
2026-05-12 18:29:00 +02:00
parent 1c53399488
commit b7ef0144d1
+2 -2
View File
@@ -25,12 +25,12 @@ services:
expose:
- "8000"
restart: unless-stopped
volumes:
- ./database:/database
networks:
- cnn_network
pull_policy: never
container_name: cnn_api
volumes:
- ./database:/database
cnn_website: