File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
- name : Prepare Container for PXC and Proxysql
34
34
shell : >
35
35
docker run -d --name={{ pxc_container }}
36
- -p 6032:6032
36
+ -p 6033:6033
37
37
phusion/baseimage:jammy-1.0.1
38
38
39
39
- name : Copy all required Artifacts to the docker pxc_container
Original file line number Diff line number Diff line change 5
5
echo " Configuring Multiple Docker Images with PMM Server and Client"
6
6
echo " Please wait...."
7
7
docker network create docker-client-check || true
8
- docker- compose -f docker-compose-clients.yaml down -v --remove-orphans
9
- docker- compose -f docker-compose-clients.yaml build --no-cache
10
- docker- compose -f docker-compose-clients.yaml up -d
8
+ docker compose -f docker-compose-clients.yaml down -v --remove-orphans
9
+ docker compose -f docker-compose-clients.yaml build --no-cache
10
+ docker compose -f docker-compose-clients.yaml up -d
11
11
sleep 20
12
12
echo " Adding DB Clients to PMM Server"
13
13
docker exec pmm-client-1 pmm-admin add mysql --username=pmm --password=pmm-pass --service-name=ps-8.0 --query-source=perfschema --host=ps-1 --port=3306 --server-url=https://admin:admin@pmm-server-1:8443 --server-insecure-tls=true
You can’t perform that action at this time.
0 commit comments