fix: update outline oidc provider to point to correct image (#3792)
* fix: update outline oidc provider to point to correct image * chore: bump tipi_version --------- Co-authored-by: hex-developer <77530549+hex-developer@users.noreply.github.com>
This commit is contained in:
parent
94574170f8
commit
9ad55a8502
|
@ -9,7 +9,7 @@
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
"description": "Outline is a knowledge base designed for teams. It's goals are to be fast, intuitive and support many integrations.",
|
"description": "Outline is a knowledge base designed for teams. It's goals are to be fast, intuitive and support many integrations.",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "0.75.2",
|
"version": "0.75.2",
|
||||||
"source": "https://github.com/outline/outline",
|
"source": "https://github.com/outline/outline",
|
||||||
"website": "https://getoutline.com",
|
"website": "https://getoutline.com",
|
||||||
|
|
|
@ -53,7 +53,7 @@ services:
|
||||||
|
|
||||||
outline-oidc:
|
outline-oidc:
|
||||||
container_name: outline-oidc
|
container_name: outline-oidc
|
||||||
image: ghcr.io/hex-developer/oidc-provider:v0.2.0
|
image: ghcr.io/sergi0g/oidc-provider:v0.2.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- LANGUAGE_CODE=en-us
|
- LANGUAGE_CODE=en-us
|
||||||
|
|
Loading…
Reference in New Issue
Block a user