Closed ayrat555 closed 4 years ago
reorg tests in specs override nginx container to start two geth nodes. nginx_geth should be renamed to nginx and nginx should be renamed to nginx_childchain. Because currently specs override the wrong container
specs
nginx_geth
nginx
nginx_childchain
specs override a correct container
nginx_geth: depends_on: - geth-1 - geth-2 volumes: - ./priv/cabbage/nginx.conf:/etc/nginx/nginx.conf
reorg tests in
specs
override nginx container to start two geth nodes.nginx_geth
should be renamed tonginx
andnginx
should be renamed tonginx_childchain
. Because currently specs override the wrong container