基于docker的wekan部署

镜像地址: https://hub.docker.com/r/wekanteam/wekan/

wiki: https://github.com/wekan/wekan/wiki#Development

github: https://github.com/wekan/wekan

--------------------------------------------------------------------------------------

版本: v1.75

# docker pull wekanteam/wekan:v1.75

# wget https://github.com/wekan/wekan/archive/v1.75.tar.gz

# tar -zxf v1.75.tar.gz 

# cd wekan-1.75

# vim docker-compose.yml

image: wekanteam/wekan:v1.75

- ROOT_URL=http://自己ip或域名

# docker-compose up -d
/usr/lib/python2.7/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.22) or chardet (2.2.1) doesn't match a supported version!
RequestsDependencyWarning)
Creating network "wekan-175_wekan-tier" with driver "bridge"
Creating volume "wekan-175_wekan-db" with local driver
Creating volume "wekan-175_wekan-db-dump" with local driver
Creating wekan-db ... done
Creating wekan-app ... done

猜你喜欢

转载自www.cnblogs.com/mhc-fly/p/10012056.html