Update to Meteor 1.4 based Docker image

Lauri Ojansivu 2017-04-06 19:47:17 +03:00
parent d48dff4d30
commit 73ea363cd8

@ -13,7 +13,7 @@
```yaml ```yaml
wekan: wekan:
image: mquandalle/wekan image: wekanteam/wekan:meteor-1.4
links: links:
- wekandb - wekandb
environment: environment:
@ -35,7 +35,7 @@ wekandb:
**Note:** to start the wekan containers automatically on boot, use the `restart: always` policy on both containers. e.g. **Note:** to start the wekan containers automatically on boot, use the `restart: always` policy on both containers. e.g.
``` ```
wekan: wekan:
image: mquandalle/wekan image: wekanteam/wekan:meteor-1.4
restart: always restart: always
... ...