chore(deps): update ghcr.io/codex-team/codex.docs docker tag to v2.2 (#3314)
This commit is contained in:
parent
9c815ebc57
commit
8bc7fea14f
|
@ -5,9 +5,11 @@
|
|||
"exposable": true,
|
||||
"port": 8101,
|
||||
"id": "codex-docs",
|
||||
"tipi_version": 2,
|
||||
"version": "v2.1",
|
||||
"categories": ["media"],
|
||||
"tipi_version": 3,
|
||||
"version": "2.2",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
"description": "CodeX Docs is a free docs application. It's based on Editor.js ecosystem which gives all modern opportunities for working with content. You can use it for product documentation, for internal team docs, for personal notes or any other need. ",
|
||||
"short_desc": "Free Docs app powered by Editor.js ecosystem.",
|
||||
"author": "https://docs.codex.so/",
|
||||
|
@ -34,5 +36,7 @@
|
|||
"env_variable": "CODEX_AUTH_SECRET"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["amd64"]
|
||||
"supported_architectures": [
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.2"
|
|||
services:
|
||||
codex-docs:
|
||||
container_name: codex-docs
|
||||
image: ghcr.io/codex-team/codex.docs:v2.1
|
||||
image: ghcr.io/codex-team/codex.docs:v2.2
|
||||
ports:
|
||||
- ${APP_PORT}:3000
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue
Block a user