diff --git a/README.md b/README.md index 9c5d7e47..ddba7f96 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ docker run -d -p 1349:1349 -v ashim-data:/data ashimhq/ashim:latest ``` +> **Prefer GHCR?** `docker run -d -p 1349:1349 -v ashim-data:/data ghcr.io/ashim-hq/ashim:latest` + Open http://localhost:1349 in your browser.
diff --git a/apps/docs/guide/deployment.md b/apps/docs/guide/deployment.md index bc507c2d..90434644 100644 --- a/apps/docs/guide/deployment.md +++ b/apps/docs/guide/deployment.md @@ -33,6 +33,8 @@ docker compose up -d The app is then available at `http://localhost:1349`. +> **Docker Hub rate limits?** Replace `ashimhq/ashim:latest` with `ghcr.io/ashim-hq/ashim:latest` to pull from GitHub Container Registry instead. Both registries receive the same image on every release. + ## What's inside the container The Docker image uses a multi-stage build: