Skip to content

Commit

Permalink
PMM-7 Allow specifying pmm server image through env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Jun 10, 2024
1 parent 462d80f commit 996f2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmm-app/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
pmm-server:
container_name: pmm-server
image: perconalab/pmm-server:3-dev-latest
image: ${PMM_SERVER_IMAGE:-perconalab/pmm-server:3-dev-latest}
volumes:
- "./dist:/srv/grafana/plugins/pmm-app/dist"
environment:
Expand Down

0 comments on commit 996f2e6

Please sign in to comment.