Skip to content

Commit

Permalink
README: Update the console run command
Browse files Browse the repository at this point in the history
Add the PG_CONSOLE_DOCKER_IMAGE variable to use the latest version of postgresql_cluster until the next version is released, which includes important features for AWS and Azure:

- #772
- #773
  • Loading branch information
vitabaks authored Sep 26, 2024
1 parent ea49eca commit 0b47be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ docker run -d --name pg-console \
--publish 8080:8080 \
--env PG_CONSOLE_API_URL=http://localhost:8080/api/v1 \
--env PG_CONSOLE_AUTHORIZATION_TOKEN=secret_token \
--env PG_CONSOLE_DOCKER_IMAGE=vitabaks/postgresql_cluster:latest \
--volume console_postgres:/var/lib/postgresql \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume /tmp/ansible:/tmp/ansible \
Expand Down

0 comments on commit 0b47be0

Please sign in to comment.