mirror of
https://github.com/wekan/wekan.git
synced 2026-01-23 17:56:09 +01:00
Updated Docker (markdown)
parent
795ee11ef9
commit
306f8792ee
1 changed files with 5 additions and 5 deletions
10
Docker.md
10
Docker.md
|
|
@ -1,9 +1,5 @@
|
|||
#### Running from remote dockerhub images
|
||||
|
||||
Recommended:
|
||||
|
||||
* [Wekan <=> MongoDB][wekan_mongodb] - contains the only required Docker Compose file
|
||||
|
||||
## Development:
|
||||
|
||||
### `docker run` examples
|
||||
|
|
@ -21,7 +17,7 @@ docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=m
|
|||
|
||||
### `docker-compose` examples
|
||||
|
||||
- No build step and pull from the [dockerhub](https://hub.docker.com/r/mquandalle/wekan/builds/)
|
||||
- No build step and pull from the [mquandalle dockerhub](https://hub.docker.com/r/mquandalle/wekan/builds/)
|
||||
|
||||
```
|
||||
sudo docker-compose up -d --nobuild
|
||||
|
|
@ -45,6 +41,10 @@ echo 'USE_EDGE=true' >> .env && \
|
|||
sudo docker-compose up -d --build
|
||||
```
|
||||
|
||||
Recommended:
|
||||
|
||||
* [Wekan <=> MongoDB][wekan_mongodb](https://github.com/wekan/wekan-mongodb/blob/master/docker-compose.yml) - contains the only required Docker Compose file
|
||||
|
||||
First registered Wekan user will get Admin Panel on new Docker and source based
|
||||
installs. You can also [enable Admin Panel manually](https://github.com/wekan/wekan/blob/devel/CHANGELOG.md#v0111-rc2-2017-03-05-wekan-prerelease)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue