This commit is contained in:
Sebastian
2024-10-20 04:27:26 +02:00
parent 2c1622b52b
commit 05bc981714

View File

@@ -15,7 +15,7 @@ services:
volumes:
- "manta-pacific:/db"
- "./manta-pacific/manta-genesis.json:/genesis.json"
- "./jwtsecret:/config/test-jwt-secret.txt"
- ".jwtsecret:/config/test-jwt-secret.txt"
environment:
GETH_OVERRIDE_CANYON: "1726783200"
GETH_OVERRIDE_ECOTONE: "1726783200"
@@ -96,6 +96,6 @@ services:
- "6060:6060"
volumes:
- "./manta-pacific/p2p-node-key.txt:/config/p2p-node-key.txt"
- "./jwtsecret:/config/test-jwt-secret.txt"
- ".jwtsecret:/config/test-jwt-secret.txt"
- "./manta-pacific/manta-rollup.json:/rollup.json"