Skip to content

Instantly share code, notes, and snippets.

@markuman
Created July 10, 2019 06:16
Show Gist options
  • Select an option

  • Save markuman/0e04feb05ee15dcf01f6871ff13168a7 to your computer and use it in GitHub Desktop.

Select an option

Save markuman/0e04feb05ee15dcf01f6871ff13168a7 to your computer and use it in GitHub Desktop.
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