fix: expose surrealdb port for local access (#133)
This commit is contained in:
parent
3a28e2d383
commit
dd535f73e7
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ services:
|
|||
- ./surreal_data:/mydata
|
||||
environment:
|
||||
- SURREAL_EXPERIMENTAL_GRAPHQL=true
|
||||
ports:
|
||||
- "8000:8000"
|
||||
command: start --log info --user root --pass root rocksdb:/mydata/mydatabase.db
|
||||
pull_policy: always
|
||||
user: root
|
||||
|
|
|
|||
Loading…
Reference in a new issue