Update README.md with Wordpress

This commit is contained in:
abhilesh
2024-06-03 09:37:26 +01:00
parent cfd478ddae
commit 8dce5bcfc0
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -28,7 +28,7 @@ services:
environment:
- WORDPRESS_DB_HOST=wp_db
- WORDPRESS_DB_USER=wordpress
- WORDPRESS_DB_PASSWORD=<password> # Change this (same as defined in `wp_db` )
- WORDPRESS_DB_PASSWORD=<password> # Change this (same as defined in `wp_db`)
- WORDPRESS_DB_NAME=wordpress
volumes:
db_data: