Skip to content

Commit

Permalink
update docker commane
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Sep 16, 2024
1 parent d18abc7 commit f746c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Start SurrealDB
run: |
docker volume create my-surreal-db
docker run --detach --restart always --name surrealdb -p 127.0.0.1:8000:8000 --user root -v$(pwd):/external my-surreal-db:/database surrealdb/surrealdb:v1.5.5 start --user root --pass root --log trace file://database
docker run --detach --restart always --name surrealdb -p 127.0.0.1:8000:8000 --user root -v$(pwd):/external -v my-surreal-db:/database surrealdb/surrealdb:v1.5.5 start --user root --pass root --log trace file://database
#uses: surrealdb/setup-surreal@v1
#with:
# surrealdb_version: latest
Expand Down

0 comments on commit f746c15

Please sign in to comment.