diff --git a/README.md b/README.md index 1667eb5..3d789fe 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ A collection of my docker-compose files used to setup self-hosted services on Ra * [Wallabag](https://github.com/wallabag/wallabag) (WebApp + Database + Redis) * [Watchtower](https://github.com/containrrr/watchtower) * [Wireguard](https://github.com/linuxserver/docker-wireguard) +* [Wordpress](https://hub.docker.com/_/wordpress) (WebServer + Database) Discover other awesome self-hosted services at - https://github.com/awesome-selfhosted/awesome-selfhosted diff --git a/wordpress/docker-compose.yml b/wordpress/docker-compose.yml index d9c5b76..ecc9613 100644 --- a/wordpress/docker-compose.yml +++ b/wordpress/docker-compose.yml @@ -28,7 +28,7 @@ services: environment: - WORDPRESS_DB_HOST=wp_db - WORDPRESS_DB_USER=wordpress - - WORDPRESS_DB_PASSWORD= # Change this (same as defined in `wp_db` ) + - WORDPRESS_DB_PASSWORD= # Change this (same as defined in `wp_db`) - WORDPRESS_DB_NAME=wordpress volumes: db_data: