瀏覽代碼

Improve the structure

master
Dashamir Hoxha 4 年之前
父節點
當前提交
80e75c9f25
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. +6
    -4
      wordpress-with-docker-scripts.md

+ 6
- 4
wordpress-with-docker-scripts.md 查看文件

@@ -153,8 +153,10 @@ Try in browser https://site3.wp.fs.al

</details>

##### 3. Manage a Wordpress site

<details>
<summary>6. Clone and delete a site</summary>
<summary>1. Clone and delete a site</summary>

```
cd /var/ds/wordpress2/
@@ -172,7 +174,7 @@ ds site del site4.wp.fs.al
</details>

<details>
<summary>7. Backup and restore a site</summary>
<summary>2. Backup and restore a site</summary>

```
cd /var/ds/wordpress2/
@@ -199,7 +201,7 @@ Try in browser https://site3.wp.fs.al
</details>

<details>
<summary>8. Using wp-cli</summary>
<summary>3. Using wp-cli</summary>

```
cd /var/ds/wordpress2/
@@ -214,7 +216,7 @@ ds wp site3.wp.fs.al option get home
</details>

<details>
<summary>9. Working inside the container</summary>
<summary>4. Working inside the container</summary>

```
ds shell


Loading…
取消
儲存