mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Update the DockerFile
This commit is contained in:
parent
f4c80d1315
commit
5f09c0ce40
1 changed files with 4 additions and 6 deletions
10
Dockerfile
10
Dockerfile
|
@ -1,9 +1,7 @@
|
|||
FROM meteorhacks/meteord
|
||||
FROM meteorhacks/meteord:onbuild
|
||||
MAINTAINER Maxime Quandalle <maxime@quandalle.com>
|
||||
|
||||
# Run as you wish!
|
||||
#
|
||||
# sudo docker run -d \
|
||||
# -e "ROOT_URL=http://example.com"
|
||||
# -e "MONGO_URL=mongodb://172.17.0.3:27017/libreboard-test" \
|
||||
# -p 8080:80
|
||||
# docker run -d --name libreboard-db mongo
|
||||
# docker run -d --link "libreboard-db:db" -e "MONGO_URL=mongodb://db" \
|
||||
# -e "ROOT_URL=http://example.com" -p 8080:80 mquandalle/libreboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue