Skip to content

Commit

Permalink
Clean instances keyword from laravel storage page (#1082)
Browse files Browse the repository at this point in the history
* Remove final mentions of "instances"

* Remove mention of instances

* re-commit
  • Loading branch information
KTanAug21 committed Oct 4, 2023
1 parent dde10e1 commit 2e6ccf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions laravel/the-basics/laravel-volume-storage.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ It's the default burrow for session, cache, and file data amongst others. If you
- The condition statement checks if the app folder does not exist in the volumized storage folder. If it does not exist, it copies over the contents of the storage_ folder to the volumized storage folder.

7. <b>Finally, deploy your Laravel Fly App!</b>

```cmd
fly deploy
```

<div class="callout">
Fly Volume instances do not automatically sync their data with each other. Please remember to create the appropriate data-replication logic if your Fly App will be using more than one volume instance, and if your app requires data available across the volume instances.
</div>
Fly Volumes do not automatically sync their data with each other. Please remember to create the appropriate data-replication logic if your Fly App will be using more than one volume instance, and if your app requires data available across its Volumes.
</div>

#### **_Possible Errors_**

Expand Down

0 comments on commit 2e6ccf2

Please sign in to comment.