You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a complete novice. I have created the example docker-compose to test and build a solid and secure image.
I have found that the example does not work, it throws the error bbdd don't connect in the server.
After checking, from my ignorance I have found the solution.... Add that instruction to the wordpress container.
depends_on:
-db
The text was updated successfully, but these errors were encountered:
I am a complete novice. I have created the example docker-compose to test and build a solid and secure image.
I have found that the example does not work, it throws the error bbdd don't connect in the server.
After checking, from my ignorance I have found the solution.... Add that instruction to the wordpress container.
depends_on:
-db
The text was updated successfully, but these errors were encountered: