mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
fix: Update docker-compose.yaml to use correct volume path
This commit is contained in:
+1
-2
@@ -5,9 +5,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: sonr-testnet-node
|
||||
volumes:
|
||||
- ~/.core:/root/.sonr
|
||||
- /home/prad/.core:/root/.sonr
|
||||
ports:
|
||||
- "26656:26656"
|
||||
- "26657:26657"
|
||||
|
||||
Reference in New Issue
Block a user