| @@ -1,9 +1,8 @@ | |||||
| # Wordpress with docker-scripts | |||||
| ### Wordpress with docker-scripts | |||||
| ## 1. Install dependencies | |||||
| #### 1. Install dependencies | |||||
| <details> | <details> | ||||
| <summary>Install docker</summary> | <summary>Install docker</summary> | ||||
| ``` | ``` | ||||
| @@ -59,11 +58,12 @@ ds make | |||||
| Reference: https://gitlab.com/docker-scripts/mariadb#installation | Reference: https://gitlab.com/docker-scripts/mariadb#installation | ||||
| </summary> | |||||
| </details> | |||||
| ## 2. Install Wordpress sites | |||||
| #### 2. Install Wordpress sites | |||||
| ### 2.1. Install Wordpress container | |||||
| <details> | |||||
| <summary>Install Wordpress container</summary> | |||||
| ``` | ``` | ||||
| ds pull wordpress | ds pull wordpress | ||||
| @@ -75,4 +75,4 @@ ds make | |||||
| Reference: https://gitlab.com/docker-scripts/wordpress#installation | Reference: https://gitlab.com/docker-scripts/wordpress#installation | ||||
| ### 2.2. Install site1 | |||||
| </details> | |||||