Skip to content

Commit

Permalink
PMM-12566 Update env variables and support data container installations.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Nov 22, 2024
1 parent 47fe07e commit b58d756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion get-pmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ start_pmm() {
msg "Starting PMM Server..."

run_pmm="run -d -p $port:8443 --volume $volume_name:/srv --name $container_name --network $network_name $docker_env_flags --restart always $repo:$tag"
msg "\tdocker $run_pmm \n"

run_docker "$run_pmm 1> /dev/null"
msg "Created PMM Server: $container_name"
Expand Down

0 comments on commit b58d756

Please sign in to comment.