Skip to content

Commit

Permalink
Fixed formatting in the plugin_examples README
Browse files Browse the repository at this point in the history
  • Loading branch information
redimp committed Jun 16, 2024
1 parent d93e63f commit e3c3fcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugin_examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ that contains the plugin.
### Plugins into the Docker image

The `entrypoint.sh` checks before running the app the paths

- /app-data/plugins
- /plugins

for plugins to install. So you can either add the plugins as a directory to
the volume that keeps the `app-data`, where also the `db.sqlite` and the
`repostitory` lives. Or you organize the plugins in a separate directory
Expand Down
3 changes: 3 additions & 0 deletions docs/plugin_examples/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ services:
# forward the http port to 8080
- "8080:80"
volumes:
# mount the local directory with the example plugins into
# the container, the container will install them into the
# virtual environment on startup
- ./:/plugins:ro

0 comments on commit e3c3fcf

Please sign in to comment.