curl -O https://gist.githubusercontent.com/sebastian13/cc58304f7b177ac1d16d7671dc67efb9/raw/docker-mysql-dump.sh
curl -O https://gist.githubusercontent.com/sebastian13/cc58304f7b177ac1d16d7671dc67efb9/raw/docker-mysql-restore.sh
MYSQL_DATABASE=example
MYSQL_ROOT_PASSWORD=123456
I just had a problem with
source .env, but replacing this line with. ./.envworked. Thanks for these scripts, amazing work!