Update Servers/Containerization/Docker/Compose/Wordpress.md
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
**Purpose**: At its core, WordPress is the simplest, most popular way to create your own website or blog. In fact, WordPress powers over 43.3% of all the websites on the Internet. Yes – more than one in four websites that you visit are likely powered by WordPress.
|
**Purpose**: At its core, WordPress is the simplest, most popular way to create your own website or blog. In fact, WordPress powers over 43.3% of all the websites on the Internet. Yes – more than one in four websites that you visit are likely powered by WordPress.
|
||||||
|
|
||||||
```jsx title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
wordpress:
|
wordpress:
|
||||||
@ -43,7 +43,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
```
|
```
|
||||||
|
|
||||||
```jsx title=".env"
|
```yaml title=".env"
|
||||||
WORDPRESS_DB_PASSWORD=SecurePassword101
|
WORDPRESS_DB_PASSWORD=SecurePassword101
|
||||||
MYSQL_ROOT_PASSWORD=SecurePassword202
|
MYSQL_ROOT_PASSWORD=SecurePassword202
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user