diff --git a/.env.sample b/.env.sample index dd7effc..f66a18c 100644 --- a/.env.sample +++ b/.env.sample @@ -8,8 +8,7 @@ DOMAIN=outline.example.com #EXTRA_DOMAINS=', `www.outline.example.com`' LETS_ENCRYPT_ENV=production -# https://git.coopcloud.tech/coop-cloud-chaos-patchs/outline -#COMPOSE_FILE="compose.yml:compose.patch.yml" +COMPOSE_FILE="compose.yml" # –––––––––––––––– REQUIRED –––––––––––––––– diff --git a/compose.patch.yml b/compose.patch.yml deleted file mode 100644 index e8975e2..0000000 --- a/compose.patch.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -version: "3.8" - -services: - app: - image: thecoopcloud/outline-with-patch:latest