From bab2f391ed10ff3b564fb79dc842193457e98b21 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 6 Dec 2023 14:21:30 +0100 Subject: [PATCH] fix --- docker-compose.custom.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 docker-compose.custom.yml diff --git a/docker-compose.custom.yml b/docker-compose.custom.yml deleted file mode 100644 index 5fb299b2a..000000000 --- a/docker-compose.custom.yml +++ /dev/null @@ -1,8 +0,0 @@ -# This is for running Coolfiy behind Cloudflare Tunnel -# You need to expose the soketi port to the host and map it to a hostname -# For more details go to https://coolify.io/docs/cloudflare-tunnel -version: '3.8' -services: - soketi: - ports: - - 6001:6001