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 \
141
141
-e CARDANO_SHELLEY_OPERATIONAL_CERTIFICATE=/opt/cardano/config/keys/node.cert \
142
142
-e CARDANO_SHELLEY_VRF_KEY=/opt/cardano/config/keys/vrf.skey \
143
143
-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 \
146
146
-p 3001:3001 \
147
147
-p 12798:12798 \
148
148
ghcr.io/blinklabs-io/cardano-node run
@@ -162,8 +162,8 @@ docker run --detach \
162
162
-e CARDANO_SHELLEY_OPERATIONAL_CERTIFICATE=/opt/cardano/config/keys/node.cert \
163
163
-e CARDANO_SHELLEY_VRF_KEY=/opt/cardano/config/keys/vrf.skey \
164
164
-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 \
167
167
-p 3001:3001 \
168
168
-p 12798:12798 \
169
169
ghcr.io/blinklabs-io/cardano-node run
You can’t perform that action at this time.
0 commit comments