Skip to content

Commit

Permalink
Improve tab spacing in a readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Mar 21, 2024
1 parent d50f8c9 commit 0d00eb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ To do that, add an environment variable called `PGAUTO_ONESHOT`

```
$ docker run --name pgauto -it \
--mount type=bind,source=/path/to/your/database/directory,target=/var/lib/postgresql/data \
-e POSTGRES_PASSWORD=password \
-e PGAUTO_ONESHOT=yes \
<NAME_OF_THE_PGAUTOUPGRADE_IMAGE>
--mount type=bind,source=/path/to/your/database/directory,target=/var/lib/postgresql/data \
-e POSTGRES_PASSWORD=password \
-e PGAUTO_ONESHOT=yes \
<NAME_OF_THE_PGAUTOUPGRADE_IMAGE>
```

# For Developers
Expand Down

0 comments on commit 0d00eb8

Please sign in to comment.