opendexnetwork / opendex-docker

Streamlined setup of OpenDEX via Docker 🐳
GNU Affero General Public License v3.0
4 stars 1 forks source link

Prefixed docker-compose container created in unclear circumstance #4

Closed Maith8Ae closed 3 years ago

Maith8Ae commented 3 years ago
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.

Maith8Ae commented 3 years ago

I'd like to use "container_name" in docker-compose.yml to fix the container name.

Maith8Ae commented 3 years ago

I did some experiments about container_name field in docker-compose file. The prefix is still generated sometimes.