Compare commits

..

5 Commits

Author SHA1 Message Date
Julien Fastré b1cf5438a5 switching to 3.2.9 and add tzdata to container 2017-05-19 12:27:03 +02:00
Julien Fastré d3118c9609 switch to 3.2.9 2017-05-10 15:00:09 +02:00
Julien Fastré b70b835f1e switching to sogo 3.2.8 2017-04-03 12:20:35 +02:00
Julien Fastré 758ef7e436 upgrading to 3.2.7 2017-03-06 12:01:11 +01:00
Julien Fastré 5a492407b6 abstract version in readme 2017-03-06 10:53:05 +01:00
2 changed files with 1 additions and 8 deletions

View File

@ -61,9 +61,6 @@ services:
volumes:
# replace by your own file
- /path/to/your/file/sogo.conf:/etc/sogo/sogo.conf
environment:
# set the timezone in environment (see https://serverfault.com/a/826222/194817)
- "TZ=Europe/Brussels"
db:
image: postgres:9.5
# for debug purpose only: reach the database from outside
@ -104,10 +101,6 @@ $ cd docker-sogo
$ docker build --build-arg version=x.x.x .
```
## Timezone issue
The timezone may be set in environement, using the `TZ` variable. See example in `docker-compose.yml`.
## migrating from 2.3 to 3.1|3.2 using docker-compose
The assets (css, js, ...) are contained in a volume. Those assets are completely different from version 2.3 to version 3.1 and 3.2. If you used `docker-compose` and migrated from 2.3 to 3.2, you have to either :

View File

@ -8,7 +8,7 @@ services:
build:
context: .
args:
- version=3.2.6a
- version=3.2.9
# if you want to use builded image, uncomment next line
# image: julienfastre/sogo:3.2