fix(outline): registry url (#3882)

This commit is contained in:
JigSaw 2024-06-24 00:15:07 +02:00 committed by GitHub
parent 4ae3d6ef2d
commit 5d48d978a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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