mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +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:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: sonr-testnet-node
|
|
||||||
volumes:
|
volumes:
|
||||||
- ~/.core:/root/.sonr
|
- /home/prad/.core:/root/.sonr
|
||||||
ports:
|
ports:
|
||||||
- "26656:26656"
|
- "26656:26656"
|
||||||
- "26657:26657"
|
- "26657:26657"
|
||||||
|
|||||||
Reference in New Issue
Block a user