8000 fix position of doc addition · homeylab/bookstack-file-exporter@74baa81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 74baa81

Browse files
committed
fix position of doc addition
1 parent 6660b7d commit 74baa81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,15 @@ docker run \
175175
homeylab/bookstack-file-exporter:latest
176176
```
177177

178-
### Run via Helm
179-
A helm chart can be used to run the exporter as a CronJob or Deployment resource. See [here](https://github.com/homeylab/helm-charts/tree/main/charts/bookstack-file-exporter) for more information on using the helm chart.
180-
181178
#### Bind Mounts
182179
| purpose | static docker path | description | example |
183180
| ------- | ------------------ | ----------- | ------- |
184181
| `config` | `/export/config/config.yml` | A valid configuration file |`-v /local/yourpath/config.yml:/export/config/config.yml:ro`|
185182
| `dump` | `/export/dump` | Directory to place exports. **This is optional when using remote storage option(s)**. Omit if you don't need a local copy. | `-v /local/yourpath/bkps:/export/dump` |
186183

184+
### Run via Helm
185+
A helm chart can be used to run the exporter as a CronJob or Deployment resource. See [here](https://github.com/homeylab/helm-charts/tree/main/charts/bookstack-file-exporter) for more information on using the helm chart.
186+
187187
### Authentication and Permissions
188188
#### Permissions
189189
**Note visibility of pages is based on user**, so use a user that has read access to pages and content you want to back up. *The role assigned to the user* should have the additional permissions for target pages and their content:

0 commit comments

Comments
 (0)
0