Skip to content

Commit

Permalink
Fix Docker tag (github#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
charislam authored Aug 17, 2022
1 parent 36baec8 commit 212fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/installation-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ data volume using the `-v` flag. For example:
```bash
docker run -d --name timescaledb -p 5432:5432 \
-v /your/data/dir:/var/lib/postgresql/data \
-e POSTGRES_PASSWORD=password timescale/timescaledb:pg14-latest
-e POSTGRES_PASSWORD=password timescale/timescaledb-ha:pg14-latest
```
When you install TimescaleDB using a Docker container, the PostgreSQL settings
Expand Down

0 comments on commit 212fa6a

Please sign in to comment.