upgrade to 3.2.6a

master
Julien Fastré 2017-01-30 10:44:04 +01:00
parent 9a05953534
commit 4b8d0a85bc
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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