Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
directories on host should start with /srv/docker
Duncan Brown authored and GitHub committed Oct 9, 2019
1 parent 8084b3a commit 252c201
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions comanage-registry-mailman/README.md
@@ -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

0 comments on commit 252c201

Please sign in to comment.