MYSQL_ROOT_PASSWORD=$( openssl rand -hex 16 ) MYSQL_DATABASE=wordpress MYSQL_USER=wordpress MYSQL_PASSWORD=$( openssl rand -hex 16 ) WP_PORT=8080 STATIC_PORT=8081