Skip to content

Release v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 18:01
· 0 commits to main since this release

Download the attached release archive to get the Docker image
tarball and the configuration directory side by side.

Local usage:

tar -xzf release.tar.gz
docker load -i image.tar
IMAGE_TAG=ms-database-connector:0.0.1-<git-hash>
docker run --rm -p 3090:3090 \
  -e DBC_CONFIGURATION_FILE=/app/configuration/service_config.json \
  "$IMAGE_TAG"

What's Changed

New Contributors

Full Changelog: https://github.com/fluid40/ms-database-connector/commits/v0.1.1