Skip to content

Commit

Permalink
Updates fixed filename
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar-vs committed Jul 17, 2024
1 parent 8d0b174 commit 5d019c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmm_psmdb_diffauth_setup/test-auth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cat pki/private/pmm-test.key pki/issued/pmm-test.crt > certs/client.pem
find certs -type f -exec chmod 644 {} \;

#Start setup
docker-compose -f docker-compose-psmdb.yml down -v --remove-orphans
docker-compose -f docker-compose-pmm-psmdb.yml down -v --remove-orphans
docker-compose -f docker-compose-pmm-psmdb.yml build
docker-compose -f docker-compose-pmm-psmdb.yml up -d

Expand Down

0 comments on commit 5d019c4

Please sign in to comment.