Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natthasath committed Aug 18, 2023
1 parent e742311 commit 66e236c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ Github Packages: Host, publish, and manage your software packages using GitHub r
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🥈 Run
### 🚀 Setup

- Docker Login

```
docker login ghcr.io --username phanatic --password-stdin
```

### 🏆 Run

- [http://localhost:8000/docs](http://localhost:8000/docs)

```shell
docker-compose up -d
docker run --name github-packages -p 8000:8000 -d ghcr.io/natthasath/github-packages:main
```

0 comments on commit 66e236c

Please sign in to comment.