Updated README.md

This commit is contained in:
MarcUs7i 2025-02-21 02:11:54 +01:00
parent ff3a018cd6
commit 5e97b698c2

View file

@ -37,4 +37,11 @@ This project is the code behind [u.marcus7i.net](https://u.marcus7i.net), a cust
```
docker-compose up --build
```
2. The application will be available at http://localhost:5000
2. The application will be available at http://localhost:5000
## Using GHCR
Pull the prebuilt image:
```bash
docker pull ghcr.io/MarcUs7i/ulinkshortener:latest
```