Skip to content

Shufflr v1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 01:44

Changes in v1.0.0

Docker Images

  • ghcr.io/justin-arnold/shufflr:v1.0.0 (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:v1.0.0

Or with docker-compose:

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

See the README for full documentation.