Description
I’m going through the steps to install Rocketchat using the Docker command line - not too much experience with this.
When I get to the final step:
docker compose -f docker-compose.yml -f traefik.yml up -d
[+] Running 9/10
⠼ rocketchat 9 layers [⣿⣿⣿⣿⣿⣿⣿⣿⣿] 0B/0B Pulling 47.4s
26c5c85e47da Already exists 0.0s
96da4c1974ec Already exists 0.0s
286584c9c618 Already exists 0.0s
ec51043fad6b Already exists 0.0s
10845595c672 Already exists 0.0s
74b663782687 Already exists 0.0s
4d5ac93656c1 Download complete 7.8s
5893dc3ebadf Download complete 1.1s
4f4fb700ef54 Download complete 0.4s
unexpected EOF
Once it returns to command line I can run “docker ps -l” and nothing is running.
My .env:
GNU nano 6.2 .env
Rocket.Chat configuration
Rocket.Chat version
RELEASE=6.5.0
MongoDB endpoint (include ?replicaSet= parameter)
#MONGO_URL=
MongoDB endpoint to the local database
#MONGO_OPLOG_URL=
IP to bind the process to
#BIND_IP=
URL used to access your Rocket.Chat instance
ROOT_URL=
Port Rocket.Chat runs on (in-container)
#PORT=
Port on the host to bind to
#HOST_PORT=
MongoDB configuration
MongoDB version/image tag
#MONGODB_VERSION=
Traefik config (if enabled)
Traefik version/image tag
#TRAEFIK_RELEASE=
Domain for https (change ROOT_URL & BIND_IP accordingly)
Email for certificate notifications
LETSENCRYPT_EMAIL=rtanner22@gmail.com
Server Setup Information
- Version of Rocket.Chat Server: 6.5.0
- Operating System: Ubuntu 22.04
- Deployment Method: Docker
- Number of Running Instances:1
- DB Replicaset Oplog: ?
- NodeJS Version: ?
- MongoDB Version:?
- Proxy: traefik
- Firewalls involved:
Any additional Information
Guide: rocket.chat/blog/deploy-rocket-chat-six