Securing a Digital Ocean one-click install with HTTPS

I’m trying to do a secure install of Rocket.Chat following the “Deploy with Digital Ocean” method.

The code examples provide enough guidance to get Rocket.Chat installed, create a non-root user, and move the directory. (Rocket.Chat install is running fine on http.) The problem occurs once I get to the #Enable HTTPS section of the documentation where one of the last steps is “Recreate the existing Rocket.Chat container.”

After using the “Deploy with Digital Ocean” method to get Rocket.Chat installed and configured, docker compose up -d rocketchat --force-recreate results in a no configuration file provided: not found error. I’ve confirmed the Rocket.Chat containers are running but I’m unable to find any docker compose files related to Rocket.Chat.

I would appreciate some help working around this.