Skip to content

v1.0.1

Latest

Choose a tag to compare

@gcclinux gcclinux released this 02 Dec 15:45
· 24 commits to main since this release

🛠️ Quick Start

Prerequisites

  • Docker installed on your system

Installation

# Pull the image
docker pull ghcr.io/gcclinux/easyscheduler:latest
or
docker pull ghcr.io/gcclinux/easyscheduler:v1.0.1

# Run the container
docker run --name "easyscheduler" -d -p 80:5000 -v scheduler-data:/app/data ghcr.io/gcclinux/easyscheduler:latest

Access Points