Skip to content

Commit

Permalink
docs: fix postgres wal_level command. (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo authored Oct 6, 2023
1 parent 3d98c1f commit 6f91871
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/usage/installation/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ For example, to run using Docker:
```shell
docker run \
-e "POSTGRES_PASSWORD=..." \
-c "wal_level=logical" \
postgres
postgres -c "wal_level=logical"
```

#### Homebrew
Expand Down

0 comments on commit 6f91871

Please sign in to comment.