Browse Source

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

master
Dashamir Hoxha 3 years ago
parent
commit
3fa4f184db
1 changed files with 9 additions and 7 deletions
  1. +9
    -7
      wordpress-with-docker-scripts.md

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

@@ -1,9 +1,9 @@
### Wordpress with docker-scripts
#### Wordpress with docker-scripts

#### 1. Install dependencies
##### 1. Install dependencies

<details>
<summary>Install docker</summary>
<summary>1. Install docker</summary>

```
curl -fsSL https://get.docker.com -o get-docker.sh
@@ -15,7 +15,7 @@ Reference: https://docs.docker.com/engine/install/ubuntu/#install-using-the-conv
</details>

<details>
<summary>Install docker-scripts</summary>
<summary>2. Install docker-scripts</summary>

```
apt install m4
@@ -31,7 +31,7 @@ Reference: https://gitlab.com/docker-scripts/ds#installation
</details>

<details>
<summary>Install Webserver Proxy</summary>
<summary>3. Install Webserver Proxy</summary>

```
ds pull wsproxy
@@ -46,7 +46,7 @@ Reference: https://gitlab.com/docker-scripts/wsproxy#installation
</details>

<details>
<summary>Install MariaDB</summary>
<summary>4. Install MariaDB</summary>

```
ds pull mariadb
@@ -60,7 +60,9 @@ Reference: https://gitlab.com/docker-scripts/mariadb#installation

</details>

#### 2. Install Wordpress sites
<p/>

##### 2. Install Wordpress sites

<details>
<summary>Install Wordpress container</summary>


Loading…
Cancel
Save