Skip to content

Shufflr v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 06:17

Changes in v0.1.1

Docker Images

  • ghcr.io/justin-arnold/shufflr:v0.1.1 (linux/amd64 with ARM64 emulation support)
  • ghcr.io/justin-arnold/shufflr:latest (linux/amd64 with ARM64 emulation support)

Quick Start

docker run -p 8080:8080 ghcr.io/justin-arnold/shufflr:v0.1.1

Or with docker-compose:

curl -O https://raw.githubusercontent.com/Justin-Arnold/shufflr/v0.1.1/docker-compose.yml
docker-compose up -d

See the README for full documentation.