Skip to content

Commit 11d6b4e

Browse files
committed
Simplify README regarding Docker
1 parent c0a27db commit 11d6b4e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,13 @@ package manager.
3636
## Mise
3737

3838
We rely on [Mise](https://mise.jdx.dev/) to install tools, set environment
39-
variables, and run tasks. Refer to [mise.toml](mise.toml) for details. See what
40-
is available with:
39+
variables, and run tasks. Refer to [mise.toml](mise.toml) for details. See
40+
available tasks with:
4141

4242
```bash
4343
mise run
4444
```
4545

46-
## Docker-Compose for PostgreSQL
47-
48-
Start with:
49-
50-
```bash
51-
docker-compose up
52-
```
53-
5446
## SQLite
5547

5648
To use SQLite instead of PostgreSQL, uncomment the line with the `sqlite`

0 commit comments

Comments
 (0)