fix: pin surrealdb

This commit is contained in:
Per Stark
2026-05-26 20:11:16 +02:00
parent 041d9bd81f
commit 293440b0ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ services:
command: ["sh", "-c", "echo 'Waiting for SurrealDB to start...' && sleep 10 && echo 'Starting application...' && /usr/local/bin/main"]
surrealdb:
image: surrealdb/surrealdb:latest
image: surrealdb/surrealdb:v2.6.5
container_name: minne_surrealdb
ports:
- "8000:8000"