Browse Source

Update 'wordpress-with-docker-scripts.md'

master
Dashamir Hoxha 4 years ago
parent
commit
9106c601f4
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      wordpress-with-docker-scripts.md

+ 7
- 7
wordpress-with-docker-scripts.md View File

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

Loading…
Cancel
Save