Skip to content

Commit

Permalink
Update docs wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Aug 24, 2024
1 parent 16610b6 commit 3de645c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Camelot is available as an image on GHCR, at [`ghcr.io/neoforged/camelot`](https
Camelot stores its files in the `/home/camelot/` directory:
- `.db` SQLite databases in `/home/camelot/data`
- logs in `/home/camelot/bot_logs`
- static web server files in `/home/camelot/static` (only relevant if the web server module is enabled, as required by ban appeals or Minecraft ownership verification commands)
- static web server files in `/home/camelot/static` (only relevant if the web server module is enabled, as required by ban appeals or the Minecraft ownership verification command)

It is recommended that you mount the entire `/home/camelot` directory as a volume.
You **must** mount at least `/home/camelot/data` or you **will** experience data loss.
Expand Down

0 comments on commit 3de645c

Please sign in to comment.