Compare commits

..

2 Commits

Author SHA1 Message Date
b75c4dfb56
Update README with new image URL
All checks were successful
Docker Image CI / build (push) Successful in 1m59s
2024-07-07 23:45:23 +01:00
01f8e8c1d6
Update workflow for Gitea 2024-07-07 23:42:39 +01:00
2 changed files with 2 additions and 2 deletions

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