From 5d48d978a69057e7d7587c0194d1a4fec0b32b48 Mon Sep 17 00:00:00 2001 From: JigSaw Date: Mon, 24 Jun 2024 00:15:07 +0200 Subject: [PATCH] fix(outline): registry url (#3882) --- apps/outline/config.json | 2 +- apps/outline/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/outline/config.json b/apps/outline/config.json index 9a37af09..ea4ba07a 100644 --- a/apps/outline/config.json +++ b/apps/outline/config.json @@ -9,7 +9,7 @@ "utilities" ], "description": "Outline is a knowledge base designed for teams. It's goals are to be fast, intuitive and support many integrations.", - "tipi_version": 2, + "tipi_version": 3, "version": "0.75.2", "source": "https://github.com/outline/outline", "website": "https://getoutline.com", diff --git a/apps/outline/docker-compose.yml b/apps/outline/docker-compose.yml index 01b2adfa..554ed154 100644 --- a/apps/outline/docker-compose.yml +++ b/apps/outline/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: outline: container_name: outline - image: docker.getoutline.com/outlinewiki/outline:0.75.2 + image: outlinewiki/outline:0.75.2 restart: unless-stopped environment: - DATABASE_URL=postgres://outline:${OUTLINE_PG_PASSWORD}@outline-postgres:5432/outline