add backtick

This commit is contained in:
António Alvarenga 2021-05-07 11:33:02 +01:00 committed by GitHub
parent f390971d25
commit 958126d5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ For now, we will create the network first and attach the MySQL container at star
!!! info "Troubleshooting"
If you see a `docker: no matching manifest` error, it's because you're trying to run the container in a different
architecture than amd64, which is the only supported architecture for the mysql image at the moment. To solve this
add the flag `--platform linux/amd64 in the previous command
add the flag `--platform linux/amd64` in the previous command
1. To confirm we have the database up and running, connect to the database and verify it connects.