mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Update to Meteor 1.4 based Docker image
parent
d48dff4d30
commit
73ea363cd8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue