diff --git a/Testing-Guide.md b/Testing-Guide.md index f7128af..4da79a1 100644 --- a/Testing-Guide.md +++ b/Testing-Guide.md @@ -90,7 +90,7 @@ sign the `cache/localhost.cert.pem` certificate. Users can import our #### mariadb 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 \ -e "SELECT * FROM Packages"