소스 검색

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

master
Dashamir Hoxha 4 년 전
부모
커밋
3fa4f184db
1개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제
  1. +9
    -7
      wordpress-with-docker-scripts.md

+ 9
- 7
wordpress-with-docker-scripts.md 파일 보기

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


불러오는 중...
취소
저장