Skip to content

Commit

Permalink
Fix copy/paste error in receiver docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett authored and tofu-rocketry committed Sep 18, 2023
1 parent 6f7a21c commit 835ac6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ add your messages using the `add` method.
```
docker run \
-d --entrypoint ssmreceive \
-v /path/to/downloaded/config/sender.cfg:/etc/apel/sender.cfg \
-v /path/to/read/messages:/var/spool/apel/outgoing \
-v /path/to/downloaded/config/receiver.cfg:/etc/apel/receiver.cfg \
-v /path/to/read/messages:/var/spool/apel/ \
-v /path/to/dns/file:/etc/apel/dns \
-v /etc/grid-security:/etc/grid-security \
-v /path/to/persistently/log:/var/log/apel \
Expand Down

0 comments on commit 835ac6e

Please sign in to comment.