Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Nov 13:18
· 15 commits to main since this release

Docker Image

Pull the image:

docker pull awkto/kea-gui-reservations:1.0.1
# or
docker pull awkto/kea-gui-reservations:latest

Run the container:

docker run -p 5000:5000 \
  -v $(pwd)/config.yaml:/app/config/config.yaml:ro \
  awkto/kea-gui-reservations:1.0.1

Full Changelog: v0.9.8...v1.0.1