Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix setting hostname and port (#257)
* fix setting hostname and port when using env vars in CMD, one must use `sh -c` to allow variable evaluation * we must exclude the shellcheck SC2086 reason: if we set the quoptes, the quotes will be also used by the container. the port must not have quotes.
- Loading branch information