upgrade to 3.2.6a
This commit is contained in:
parent
9a05953534
commit
4b8d0a85bc
|
@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
|||
|
||||
MAINTAINER Julien Fastré <julienfastre@cvfe.be>
|
||||
|
||||
ARG version=3.2.5
|
||||
ARG version=3.2.6a
|
||||
|
||||
WORKDIR /tmp/build
|
||||
|
||||
|
|
|
@ -108,6 +108,10 @@ The assets (css, js, ...) are contained in a volume. Those assets are completely
|
|||
- remove the volume containing those assets, to let a clean place for the asset for the new version.
|
||||
- or use an anonymous volume, which will be re-created on each restart
|
||||
|
||||
## Usage of sendmail / `SOGoMailingMechanism`
|
||||
|
||||
Sendmail is not installed in this image: sogo must be able to send mails using a smtp server. The `sogo.conf` file must have the option `SOGoMailingMechanism` on `smtp`. See [the section "SMTP Server Configuration" of the sogo manual](https://sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf#33).
|
||||
|
||||
## Bug report
|
||||
|
||||
Please reports bug on https://github.com/julienfastre/docker-sogo/issues
|
||||
|
|
|
@ -8,7 +8,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
args:
|
||||
- version=3.2.5
|
||||
- version=3.2.6a
|
||||
|
||||
# if you want to use builded image, uncomment next line
|
||||
# image: julienfastre/sogo:3.2
|
||||
|
|
Loading…
Reference in a new issue