Update documentation for core image.

This commit is contained in:
Abhilash Raj
2017-04-26 10:10:11 -07:00
committed by Abhilash Raj
parent ac7134801d
commit 74901ee51f
2 changed files with 8 additions and 6 deletions

View File

@@ -1,13 +1,15 @@
Mailman3 Core Docker Image Mailman3 Core Docker Image
========================== ==========================
To run this container, you need a valid configuration at When you spawn off this container, you must mount `/opt/mailman` to the
`/opt/mailman/mailman.cfg` on your host. When you spawn off this container, you container. Mailman's `var` directory will also be stored here so that it can
must mount `/opt/mailman` to the container. Mailman's `var` directory will also persist across different sessions and containers. Any configuration at
be stored here so that it can persist across different sessions and containers. `/opt/mailman/mailman-extra.cfg` will be added to the mailman's default
generated confifguration (See below).
It is not advised to run multiple mailman processes on the same host sharing the It is not advised to run multiple mailman processes on the same host sharing the
same `/opt/mailman` directory as this will almost certainly be dangerous. same `/opt/mailman` (`/opt/mailman/core` on the host) directory as this will
almost certainly be dangerous.
Configuration Configuration

View File

@@ -20,7 +20,7 @@ function wait_for_postgres () {
# sleep 1 # sleep 1
# done # done
# >&2 echo "Postgres is up - continuing" # >&2 echo "Postgres is up - continuing"
sleep 10 sleep 5
# TODO: Just sleep and do not require postgres client for the image maybe. # TODO: Just sleep and do not require postgres client for the image maybe.
} }