diff --git a/mainnet/docker-compose.yml b/mainnet/docker-compose.yml index f6e9e1f..aaeedeb 100644 --- a/mainnet/docker-compose.yml +++ b/mainnet/docker-compose.yml @@ -59,7 +59,7 @@ services: # Bitcoind Node bitcoind: image: kylemanna/bitcoind@sha256:5d97bbe3c74856818f0b3a1e718eb3968981ab03ce08aaf1c7d528f99aaf30b7 - profiles: ["L1", "full"] + profiles: ["l1", "full"] volumes: - bitcoin_data:/bitcoin/.bitcoin ports: @@ -127,7 +127,7 @@ services: # Ethereum L1 node geth-l1: image: ethereum/client-go@sha256:343cff592e1a9daf99a89261d3263941ff9c3350b62b3ebc0f7c30d35721d905 - profiles: ["L1", "full"] + profiles: ["l1", "full"] volumes: - geth_data:/tmp/geth # change this token value if you expose this service's ports for @@ -274,7 +274,7 @@ services: # Prysm prysm: image: prysmaticlabs/prysm-beacon-chain:v5.3.2@sha256:7e2ca890f1b3cbeef69723399767dfbba5c6c660e4e230bc0b4dbe778992e364 - profiles: ["L1", "full"] + profiles: ["l1", "full"] volumes: - prysm_data:/data # change this token value if you expose this service's ports for diff --git a/testnet/docker-compose.yml b/testnet/docker-compose.yml index f579e92..c13fdb1 100644 --- a/testnet/docker-compose.yml +++ b/testnet/docker-compose.yml @@ -59,7 +59,7 @@ services: # Bitcoind Node bitcoind: image: "kylemanna/bitcoind@sha256:5d97bbe3c74856818f0b3a1e718eb3968981ab03ce08aaf1c7d528f99aaf30b7" - profiles: ["L1", "full"] + profiles: ["l1", "full"] volumes: - bitcoin_data:/bitcoin/.bitcoin ports: @@ -130,7 +130,7 @@ services: # Ethereum L1 node geth-l1: image: ethereum/client-go@sha256:343cff592e1a9daf99a89261d3263941ff9c3350b62b3ebc0f7c30d35721d905 - profiles: ["L1", "full"] + profiles: ["l1", "full"] volumes: - geth_data:/tmp/geth # change this token value if you expose this service's ports for @@ -278,7 +278,7 @@ services: # Prysm prysm: image: prysmaticlabs/prysm-beacon-chain:v5.3.2@sha256:7e2ca890f1b3cbeef69723399767dfbba5c6c660e4e230bc0b4dbe778992e364 - profiles: ["L1", "full"] + profiles: ["l1", "full"] volumes: - prysm_data:/data # change this token value if you expose this service's ports for