This commit is contained in:
Sebastian
2024-03-17 16:52:23 +01:00
parent ee040d7ca2
commit f0abac5047

View File

@@ -76,7 +76,7 @@ services:
- "25713:25713"
- "25713:25713/udp"
volumes:
- "mantle/mainnet/:/config"
- "./mantle/mainnet/:/config"
- .jwtsecret:/jwtsecret
command: [ "sh", "./op-node-entrypoint" ]
restart: always
@@ -118,7 +118,7 @@ services:
mantle-key-generator:
image: ghcr.io/foundry-rs/foundry
volumes:
- "mantle/mainnet/:/config"
- "./mantle/mainnet/:/config"
- "./mantle/generate-node-key:/generate-node-key"
command: sh /generate-node-key