fix: Update docker-compose.yaml to use correct volume path

This commit is contained in:
Prad Nukala 2024-08-29 14:48:38 -04:00
parent 092e20efe8
commit 4d20e46aa5

View File

@ -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"