Update Testing Guide

Kevin Morris 2021-09-20 07:53:55 +00:00
parent 1efa33023c
commit 8414fa4ad6

@ -90,7 +90,7 @@ sign the `cache/localhost.cert.pem` certificate. Users can import our
#### mariadb #### mariadb
The `mariadb` service will bind to `localhost:13306` on the host machine. This The `mariadb` service will bind to `localhost:13306` on the host machine. This
allows users to inspect the database used by the fastapi and php-fpm services: allows users to inspect the database used by the `fastapi` and `php-fpm` services:
$ mysql -h127.0.0.1 -P13306 -uaur -paur aurweb \ $ mysql -h127.0.0.1 -P13306 -uaur -paur aurweb \
-e "SELECT * FROM Packages" -e "SELECT * FROM Packages"