add missing volume mount to README, fixes #15
This commit is contained in:
parent
3ef819de2d
commit
0fe6c7573d
2 changed files with 4 additions and 1 deletions
|
|
@ -114,6 +114,9 @@ linters:
|
|||
- linters:
|
||||
- revive
|
||||
text: returns unexported type
|
||||
- linters:
|
||||
- revive
|
||||
text: 'var-naming: avoid meaningless package names'
|
||||
paths:
|
||||
- mocks
|
||||
- third_party$
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ You can get the bot using docker image from [the registry](https://github.com/et
|
|||
# id
|
||||
# 2. Prepare the configuration in the env file (see Configuration section), alternatively you can use `docker --env` flags
|
||||
# 2. Run the bot using UID and GID from step 1:
|
||||
docker run --user YOUR_UID:YOUR_GID --env-file /YOUR_ENV_FILE ghcr.io/etkecc/postmoogle:latest
|
||||
docker run --user YOUR_UID:YOUR_GID --env-file /YOUR_ENV_FILE -v /PATH_TO_STORE_DATA:/data ghcr.io/etkecc/postmoogle:latest
|
||||
```
|
||||
|
||||
### Binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue