From 0c185bf0e9911ae815115f878bb7a0e388edd015 Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Wed, 13 Dec 2023 15:41:40 +0000 Subject: [PATCH] PMM-12530 update the port in the docs --- build/docker/server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/docker/server/README.md b/build/docker/server/README.md index ca805a4442..d49a8136c2 100644 --- a/build/docker/server/README.md +++ b/build/docker/server/README.md @@ -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