opendexnetwork / opendex-docker

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

fix: hardcoded container name #16

Closed Maith8Ae closed 3 years ago

Maith8Ae commented 3 years ago

This PR parses the container name from "docker-compose ps" command output to avoid unintentional prefixed contianer name (see #4) blocking the setup process.

Closes #4.