mirror of
https://github.com/abhilesh/self-hosted-docker-setups.git
synced 2026-06-28 06:46:23 +00:00
Update README.md with Wordpress
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user