Browse Source

Improve the structure

master
Dashamir Hoxha 3 years ago
parent
commit
80e75c9f25
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      wordpress-with-docker-scripts.md

+ 6
- 4
wordpress-with-docker-scripts.md View File

@@ -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…
Cancel
Save