mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	role docker-wordpress
database access
To access the database execute
  docker exec -it wordpress_database_1 /bin/mysql -u wordpress -p
bash in application
docker exec -it wordpress_application_1 /bin/sh
update wp-config.php
cat > wp-config.php << EOF
<?php
#content
EOF