mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix docker-compose.yml
This commit is contained in:
parent
fa7ef361e2
commit
db6dbe34c3
1 changed files with 4 additions and 4 deletions
|
|
@ -91,10 +91,10 @@ services:
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
# ==== MONGODB AND METEOR VERSION ====
|
# ==== MONGODB AND METEOR VERSION ====
|
||||||
# a) For Wekan Meteor 1.8.x version at meteor-1.8 branch, use mongo 4.x
|
# a) For Wekan Meteor 1.8.x version at meteor-1.8 branch, use mongo 4.x
|
||||||
image: mongo:4.0.4
|
#image: mongo:4.0.4
|
||||||
# b) For Wekan Meteor 1.6.x version at master/devel/edge branches.
|
# b) For Wekan Meteor 1.6.x version at master/devel/edge branches.
|
||||||
# Only for Snap and Sandstorm while they are not upgraded yet to Meteor 1.8.x
|
# Only for Snap and Sandstorm while they are not upgraded yet to Meteor 1.8.x
|
||||||
#image: mongo:3.2.21
|
image: mongo:3.2.21
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
container_name: wekan-db
|
container_name: wekan-db
|
||||||
restart: always
|
restart: always
|
||||||
|
|
@ -112,10 +112,10 @@ services:
|
||||||
# ==== MONGODB AND METEOR VERSION ====
|
# ==== MONGODB AND METEOR VERSION ====
|
||||||
# a) For Wekan Meteor 1.8.x version at meteor-1.8 branch,
|
# a) For Wekan Meteor 1.8.x version at meteor-1.8 branch,
|
||||||
# using https://quay.io/wekan/wekan automatic builds
|
# using https://quay.io/wekan/wekan automatic builds
|
||||||
image: quay.io/wekan/wekan:meteor-1.8
|
#image: quay.io/wekan/wekan:meteor-1.8
|
||||||
# b) For Wekan Meteor 1.6.x version at master/devel/edge branches.
|
# b) For Wekan Meteor 1.6.x version at master/devel/edge branches.
|
||||||
# Only for Snap and Sandstorm while they are not upgraded yet to Meteor 1.8.x
|
# Only for Snap and Sandstorm while they are not upgraded yet to Meteor 1.8.x
|
||||||
#image: quay.io/wekan/wekan
|
image: quay.io/wekan/wekan:master
|
||||||
# c) Using specific Meteor 1.6.x version tag:
|
# c) Using specific Meteor 1.6.x version tag:
|
||||||
# image: quay.io/wekan/wekan:v1.95
|
# image: quay.io/wekan/wekan:v1.95
|
||||||
# c) Using Docker Hub automatic builds https://hub.docker.com/r/wekanteam/wekan
|
# c) Using Docker Hub automatic builds https://hub.docker.com/r/wekanteam/wekan
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue