We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You have to include the following code into docker-compose in auto-wp repository
docker-compose
auto-wp
mysql: image: mysql:${MARIADB_VERSION:-latest} container_name: ${COMPOSE_PROJECT_NAME}_mysql volumes: - ./mysql:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD=${DATABASE_PASSWORD:-password} - MYSQL_USER=${DATABASE_USER:-root} - MYSQL_PASSWORD=${DATABASE_PASSWORD:-password} - MYSQL_DATABASE=${COMPOSE_PROJECT_NAME:-wordpress} restart: always ports: - 33062:3306
The text was updated successfully, but these errors were encountered:
joszamama
No branches or pull requests
You have to include the following code into
docker-compose
inauto-wp
repositoryThe text was updated successfully, but these errors were encountered: