Update README with new image URL
All checks were successful
Docker Image CI / build (push) Successful in 1m53s
All checks were successful
Docker Image CI / build (push) Successful in 1m53s
This commit is contained in:
parent
01f8e8c1d6
commit
db0dd88386
@ -2,12 +2,12 @@
|
|||||||
An application for (manually) tracking your grocery shopping habits.
|
An application for (manually) tracking your grocery shopping habits.
|
||||||
|
|
||||||
## Installation
|
## 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/-/packages/container/groceries).
|
||||||
The default configuration can be found in `config.ini` once the volume has been created.
|
The default configuration can be found in `config.ini` once the volume has been created.
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
```bash
|
```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
|
## Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user