diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index d1d084e5..5717d5e5 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -52,17 +52,17 @@ services: # published: 7701 # target: 8544 - # bsc: - # extends: - # file: docker-compose.common.yml - # service: web3-proxy - # volumes: - # - ./config/production-bsc.toml:/config.toml - # ports: - # - mode: host - # protocol: tcp - # published: 7702 - # target: 8544 + bsc: + extends: + file: docker-compose.common.yml + service: web3-proxy + volumes: + - ./config/production-bsc.toml:/config.toml + ports: + - mode: host + protocol: tcp + published: 7702 + target: 8544 eth: extends: