Update readme docker database name
This commit is contained in:
@@ -54,7 +54,7 @@ To run a local development database **[docker](https://docs.docker.com/engine/in
|
|||||||
|
|
||||||
After installing docker use the following to create a database:
|
After installing docker use the following to create a database:
|
||||||
```bash
|
```bash
|
||||||
docker run --name postgres:12 -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:12
|
docker run --name sik.web.db -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:12
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|||||||
Reference in New Issue
Block a user