2021-02-12 16:11:26.098 [DEBUG] utils: [run] /usr/local/bin/docker-compose up -d opendexd
fda34483924b_testnet_opendexd_1 is up-to-date
2021-02-12 16:11:26.102 [ERROR] launcher: Failed to get status: Error: No such container: testnet_opendexd_1
It could be related to the modified docker-compose.yml but I'm not sure the exact criterion which will generate a prefixed (e.g. fda34483924b_) container.
It breaks the pattern (network_service_1) that we assume all docker-compose containers will follow.
It could be related to the modified docker-compose.yml but I'm not sure the exact criterion which will generate a prefixed (e.g.
fda34483924b_
) container. It breaks the pattern (network_service_1) that we assume all docker-compose containers will follow.