Skip to content

Commit

Permalink
[Docs]- Standardize Docker network name (#3653)
Browse files Browse the repository at this point in the history
* [Docs]- Standardize Docker network name

* Update documentation/docs/install-pmm/install-pmm-server/deployment-options/docker/run_with_vol.md

Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>

---------

Co-authored-by: Alex Demidoff <alexander.demidoff@percona.com>
  • Loading branch information
catalinaadam and ademidoff authored Feb 17, 2025
1 parent 2caec1e commit 73afd36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To run Docker with volume:
--env PMM_WATCHTOWER_HOST=your_watchtower_host \
--env PMM_WATCHTOWER_TOKEN=your_watchtower_token \
--volume pmm-data:/srv \
--network=pmm_default \
--network=pmm-network \
--name pmm-server \
percona/pmm-server:3
```
Expand Down

0 comments on commit 73afd36

Please sign in to comment.