Skip to content

Commit bdc0071

Browse files
committed
add mount attributes
1 parent f7c6c2d commit bdc0071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose-testnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ services:
5252
- ${BIND_IP}:11233:51233 # port_ws_public
5353
- ${BIND_IP}:10051:50051 # port_grpc
5454
volumes:
55-
- ripple-testnet-data:/opt/ripple/.ripple/db
56-
- ./config-testnet/ripple/rippled.conf:/opt/ripple/.ripple/rippled.conf
57-
- ./config-testnet/ripple/validators.txt:/opt/ripple/.ripple/validators.txt
55+
- ripple-testnet-data:/opt/ripple/.ripple/db:rw
56+
- ./config-testnet/ripple/rippled.conf:/opt/ripple/.ripple/rippled.conf:ro
57+
- ./config-testnet/ripple/validators.txt:/opt/ripple/.ripple/validators.txt:ro
5858

5959
algorand:
6060
container_name: algorand

0 commit comments

Comments
 (0)