From 05bc98171404fc943767c3c659153333351d1da2 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 20 Oct 2024 04:27:26 +0200 Subject: [PATCH] update --- op-manta-pacific.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"