diff --git a/op-manta-pacific.yml b/op-manta-pacific.yml index c4fe7c05..a0bd6880 100644 --- a/op-manta-pacific.yml +++ b/op-manta-pacific.yml @@ -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"