Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #22 from duncan-brown/patch-3
Browse files Browse the repository at this point in the history
Directories on host should start with /srv/docker
  • Loading branch information
skoranda authored Nov 11, 2019
2 parents a23a0a5 + 252c201 commit 4edf8e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions comanage-registry-mailman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ CA signing certificates (except for the trust root) should be in a single file,
to save local state, eg.

```
mkdir -p /opt/mailman/core
mkdir -p /opt/mailman/web
mkdir -p /opt/mailman/database
mkdir -p /opt/mailman/shib
mkdir -p /srv/docker/opt/mailman/core
mkdir -p /srv/docker/opt/mailman/web
mkdir -p /srv/docker/opt/mailman/database
mkdir -p /srv/docker/opt/mailman/shib
```

* If you are using Docker Compose to deploy the service stack copy the file
Expand Down

0 comments on commit 4edf8e2

Please sign in to comment.