Update README with new image URL
All checks were successful
Docker Image CI / build (push) Successful in 1m59s

This commit is contained in:
James Chapman 2024-07-07 23:45:23 +01:00
parent 01f8e8c1d6
commit b75c4dfb56
Signed by: jamsch0
GPG Key ID: 765FE58130277547

View File

@ -2,12 +2,12 @@
An application for (manually) tracking your grocery shopping habits.
## Installation
A pre-built image is available at [ghcr.io/jamsch0/groceries](https://ghcr.io/jamsch0/groceries).
A pre-built image is available at [git.jamsch0.dev/jamsch0/groceries](https://git.jamsch0.dev/jamsch0/groceries).
The default configuration can be found in `config.ini` once the volume has been created.
Example usage:
```bash
$ docker run -d -p 8080:80 -e LANG=en_GB TZ=Europe/London -v ./groceries:/config ghcr.io/jamsch0/groceries
$ docker run -d -p 8080:80 -e LANG=en_GB TZ=Europe/London -v ./groceries:/config git.jamsch0.dev/jamsch0/groceries
```
## Configuration