mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs: update deployment instructions for GitHub Container Registry usage
This commit is contained in:
@@ -32,6 +32,8 @@
|
|||||||
docker run -d -p 1349:1349 -v ashim-data:/data ashimhq/ashim:latest
|
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.
|
Open http://localhost:1349 in your browser.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|||||||
@@ -33,6 +33,8 @@ docker compose up -d
|
|||||||
|
|
||||||
The app is then available at `http://localhost:1349`.
|
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
|
## What's inside the container
|
||||||
|
|
||||||
The Docker image uses a multi-stage build:
|
The Docker image uses a multi-stage build:
|
||||||
|
|||||||
Reference in New Issue
Block a user