Skip to content

Shufflr v0.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:12

Changes in v0.1.2

Docker Images

  • ghcr.io/justin-arnold/shufflr:v0.1.2 (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.2

Or with docker-compose:

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

See the README for full documentation.