computer-playbook/roles/docker-wordpress
2021-10-18 18:46:58 +02:00
..
meta Renamed native-nginx-docker-proxy to native-docker-reverse-proxy 2021-01-04 09:49:02 +01:00
tasks Removed database expose in the hope for performance improvements 2021-08-24 18:56:48 +02:00
README.md Refactored folder structure 2021-10-18 18:46:58 +02: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

multiside