File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ docker run --detach \
141141 -e CARDANO_SHELLEY_OPERATIONAL_CERTIFICATE=/opt/cardano/config/keys/node.cert \
142142 -e CARDANO_SHELLEY_VRF_KEY=/opt/cardano/config/keys/vrf.skey \
143143 -v /src/cardano/node-keys:/opt/cardano/config/keys \
144- -v /srv /cardano/node-db:/data/db \
145- -v /srv /cardano/node-ipc:/ipc \
144+ -v /src /cardano/node-db:/data/db \
145+ -v /src /cardano/node-ipc:/ipc \
146146 -p 3001:3001 \
147147 -p 12798:12798 \
148148 ghcr.io/blinklabs-io/cardano-node run
@@ -162,8 +162,8 @@ docker run --detach \
162162 -e CARDANO_SHELLEY_OPERATIONAL_CERTIFICATE=/opt/cardano/config/keys/node.cert \
163163 -e CARDANO_SHELLEY_VRF_KEY=/opt/cardano/config/keys/vrf.skey \
164164 -v /src/cardano/node-keys:/opt/cardano/config/keys \
165- -v /srv /cardano/node-db:/data/db \
166- -v /srv /cardano/node-ipc:/ipc \
165+ -v /src /cardano/node-db:/data/db \
166+ -v /src /cardano/node-ipc:/ipc \
167167 -p 3001:3001 \
168168 -p 12798:12798 \
169169 ghcr.io/blinklabs-io/cardano-node run
You can’t perform that action at this time.
0 commit comments