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

Commit 4edf8e2

Browse files
authored
Merge pull request #22 from duncan-brown/patch-3
Directories on host should start with /srv/docker
2 parents a23a0a5 + 252c201 commit 4edf8e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

comanage-registry-mailman/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ CA signing certificates (except for the trust root) should be in a single file,
9696
to save local state, eg.
9797

9898
```
99-
mkdir -p /opt/mailman/core
100-
mkdir -p /opt/mailman/web
101-
mkdir -p /opt/mailman/database
102-
mkdir -p /opt/mailman/shib
99+
mkdir -p /srv/docker/opt/mailman/core
100+
mkdir -p /srv/docker/opt/mailman/web
101+
mkdir -p /srv/docker/opt/mailman/database
102+
mkdir -p /srv/docker/opt/mailman/shib
103103
```
104104

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

0 commit comments

Comments
 (0)