Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
Thomascogez committed Jun 24, 2022
2 parents 78e665d + 279e3ca commit ef617c0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ The above labels are currently available
version: '3.0'
services:
pg_dump_1:
image: postgres:latest
environment:
POSTGRES_PASSWORD: test
POSTGRES_DB: test
labels:
- 'dump-and-dumper.enabled=true'
- 'dump-and-dumper.user=postgres'
- 'dump-and-dumper.type=pg'
image: postgres:latest
environment:
POSTGRES_PASSWORD: test
POSTGRES_DB: test
labels:
- 'dump-and-dumper.enabled=true'
- 'dump-and-dumper.user=postgres'
- 'dump-and-dumper.type=pg'
```

Then start or restart your docker containers
Expand Down

0 comments on commit ef617c0

Please sign in to comment.