it works now

This commit is contained in:
2024-11-09 15:28:10 -07:00
parent c3997b0bb7
commit fd971bafbf
4 changed files with 128 additions and 99 deletions

View File

@@ -3,6 +3,8 @@ services:
image: surrealdb/surrealdb:latest-dev
ports:
- 8000:8000
volumes:
- ./.surrealdb/:/mydata
command:
- start
- --log
@@ -11,3 +13,4 @@ services:
- root
- --pass
- root
- rocksdb:/mydata/database.db