feat: config file, closes #47
Enable use of a config file, with custom keymap and custom colours
This commit is contained in:
@@ -186,11 +186,11 @@ docker compose -f ./docker/docker-compose.yml up -d
|
||||
or individually
|
||||
|
||||
```shell
|
||||
docker run --name redis -d redis:alpine3.19
|
||||
docker run --name redis -d redis:alpine3.21
|
||||
```
|
||||
|
||||
```shell
|
||||
docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine3.19
|
||||
docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine3.21
|
||||
```
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user