Skip to content

Commit

Permalink
PMM-12530 update the port in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 13, 2023
1 parent 600c2b0 commit 0c185bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/docker/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Percona Monitoring and Management (PMM) is an open source database observability
```
docker pull percona/pmm-server:3
docker volume create pmm-data
docker run --detach --restart always --publish 443:443 -v pmm-data:/srv --name pmm-server percona/pmm-server:3
docker run --detach --restart always --publish 443:8443 -v pmm-data:/srv --name pmm-server percona/pmm-server:3
```

Point your browser to https://hostname:443

This example uses the tag `:2` to pull the latest PMM 2.x version, but other, [more specific tags](https://hub.docker.com/r/percona/pmm-server/tags), are also available.
This example uses the tag `:3` to pull the latest PMM 3.x version, but other, [more specific tags](https://hub.docker.com/r/percona/pmm-server/tags), are also available.

## Environment variables

Expand Down

0 comments on commit 0c185bf

Please sign in to comment.