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
# now start the systemdocker compose up -d
# we can do some testif db is reachable docker exec -it wp-wordpress-1 bash
# within shell doapt update apt-get install -y telnet
# this should work telnet database 3306
# and we even have logsdocker compose logs
#
docker compose down