Created
July 10, 2019 06:16
-
-
Save markuman/0e04feb05ee15dcf01f6871ff13168a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -ti --rm --name wekan -e "MONGO_URL=mongodb://my_existing.mongodb:27017" -e "ROOT_URL=http://localhost:8080" -p 8080:80 quay.io/wekan/wekan | |
| Note: you are using a pure-JavaScript implementation of bcrypt. | |
| While this implementation will work correctly, it is known to be | |
| approximately three times slower than the native implementation. | |
| In order to use the native implementation instead, run | |
| meteor npm install --save bcrypt | |
| in the root directory of your application. | |
| Presence started serverId=R9CjfzXWE6vrtW57X | |
| Kadira: completed instrumenting the app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment