change volume path

This commit is contained in:
MontejoJorge 2024-03-11 20:17:07 +01:00
parent cc8876bfdf
commit 9a66e57af8

View File

@ -5,7 +5,7 @@ services:
image: lncm/bitcoind:v26.0
user: 0:0
volumes:
- ${APP_DATA_DIR}/data:/data/.bitcoin
- ${APP_DATA_DIR}/data:/root/.bitcoin
ports:
- ${APP_PORT}:8333
- 8332:8332