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
# From https://docs.cachethq.io/docs/get-started-with-docker
# with some changes to make it work...
export DB_USERNAME=cachet
export DB_PASSWORD=cachet
export DB_ROOT_PASSWORD=cachet
export DB_DATABASE=cachet
export APP_KEY=JHH7aXrVoVHuqUX62Pd0jLgx8rTMIUa2
docker run --name mysql -e MYSQL_USER=$DB_USERNAME -e MYSQL_PASSWORD=$DB_PASSWORD -e MYSQL_ROOT_PASSWORD=$DB_ROOT_PASSWORD -e MYSQL_DATABASE=$DB_DATABASE -d mysql