# Securing a Digital Ocean one-click install with HTTPS

**URL:** https://forums.rocket.chat/t/securing-a-digital-ocean-one-click-install-with-https/18466
**Category:** Community Support
**Created:** [November 14, 2023, 8:56pm UTC](https://forums.rocket.chat/t/securing-a-digital-ocean-one-click-install-with-https/18466 "2023-11-14T20:56:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BrianS](https://avatars.discourse-cdn.com/v4/letter/b/c6cbf5/32.png) [@BrianS](https://forums.rocket.chat/u/BrianS)
#### Post date: [November 14, 2023, 8:56pm UTC](https://forums.rocket.chat/t/securing-a-digital-ocean-one-click-install-with-https/18466/1 "2023-11-14T20:56:41Z")

</div>

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

> **[Deploy with Digital Ocean](https://docs.rocket.chat/deploy/deploy-rocket.chat/additional-deployment-methods/digitalocean)**

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.”

> **[Deploy with Docker & Docker Compose](https://docs.rocket.chat/deploy/deploy-rocket.chat/deploy-with-docker-and-docker-compose#enable-https)**

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.
