Quellcode durchsuchen

Updated Developer Docs about docker compose.

Thanks to sridharin2020 and xet7 !

Related https://github.com/wekan/wekan/discussions/5622
Lauri Ojansivu vor 7 Monaten
Ursprung
Commit
3e3b629aa2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/DeveloperDocs/Developer-Documentation.md

+ 1 - 1
docs/DeveloperDocs/Developer-Documentation.md

@@ -46,7 +46,7 @@ When you run this, you see .jade template files where is search input box, and .
   - Look through old [pull requests](https://github.com/wekan/wekan/pulls)
   - Read Wekan source code, you can use some git history viewer GUI like gitk
   - Read [Meteor documentation](https://docs.meteor.com/) for [Meteor version](https://github.com/wekan/wekan/blob/main/.meteor/release) in use, other versions mentioned at [Dockerfile](https://github.com/wekan/wekan/blob/main/Dockerfile)
-- Docker up-to-date way: You can  clone wekan/wekan repo and update docker-compose.yml file ROOT_URL etc as documented at https://github.com/wekan/wekan-mongodb commented docker-compose.yml file, install docker, and build from source with docker with "docker-compose up -d --build"
+- Docker up-to-date way: You can  clone wekan/wekan repo and update docker-compose.yml file ROOT_URL etc as documented at https://github.com/wekan/wekan commented `docker-compose.yml` file, install docker, and build from source with docker with `docker compose up -d --build`
 - Docker not up-to-date way: [Docker environment for Wekan development](https://github.com/wekan/wekan-dev). 
 
 ## Pull Request Workflow (Please read before submitting PR's)