Skip to content

Commit

Permalink
Update docker container location
Browse files Browse the repository at this point in the history
- as it has changed following DockerHub's removal of free Team organizations.
  • Loading branch information
gregcorbett authored and tofu-rocketry committed Jun 12, 2023
1 parent 07f4126 commit ae03d99
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 @@ -194,7 +194,7 @@ add your messages using the `add` method.
-v /path/to/read/messages:/var/spool/apel/outgoing \
-v /etc/grid-security:/etc/grid-security \
-v /path/to/persistently/log:/var/log/apel \
stfc/ssm
ghcr.io/apel/ssm
```
* The line `-v /path/to/persistently/log:/var/log/apel \` is only required if you want to access the sender log as a file. If `console: true` is set in your `sender.cfg`, the container will also log to stdout/stderr.

Expand All @@ -216,7 +216,7 @@ add your messages using the `add` method.
-v /path/to/dns/file:/etc/apel/dns \
-v /etc/grid-security:/etc/grid-security \
-v /path/to/persistently/log:/var/log/apel \
stfc/ssm
ghcr.io/apel/ssm
```
* The line `-v /path/to/persistently/log:/var/log/apel \` is only required if you want to access the receiver log as a file. If `console: true` is set in your `receiver.cfg`, the container will also log to stdout/stderr.

Expand Down

0 comments on commit ae03d99

Please sign in to comment.