Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hihouhou/docker-rocketchat
rocketchat for docker
https://github.com/hihouhou/docker-rocketchat
Last synced: 13 days ago
JSON representation
rocketchat for docker
- Host: GitHub
- URL: https://github.com/hihouhou/docker-rocketchat
- Owner: hihouhou
- Created: 2016-06-02T17:01:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T02:00:11.000Z (19 days ago)
- Last Synced: 2025-01-07T03:19:46.259Z (19 days ago)
- Language: Dockerfile
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rocketchat
rocketchat for dockerUtilisation :
docker run -e "[email protected]" -e "ADMIN_PASS=supersecret" -e "ROOT_URL=http://127.0.0.1:3000/" -e "MONGO_URL=mongodb://mongo:27017/rocketchat" -e "PORT=3000" -p 3000:3000 --link mongo:mongo --name rocketchat rocketchat:latest