Skip to content

Commit

Permalink
chore(deps): update docmost/docmost docker tag to v0.8.2 (#6858)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 032ee14 commit c8769b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/docmost/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"port": 9713,
"categories": ["data", "utilities"],
"description": "Docmost is an open-source alternative to the likes of Notion and Confluence. Whether you're managing a wiki, a knowledge base, or extensive project documentation, Docmost provides the tools you need to create, collaborate, and share knowledge effortlessly.",
"tipi_version": 17,
"version": "0.8.1",
"tipi_version": 18,
"version": "0.8.2",
"source": "https://github.com/docmost/docmost",
"website": "https://docmost.com/",
"exposable": true,
Expand All @@ -30,6 +30,6 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1739983368000,
"updated_at": 1740148977000,
"$schema": "../app-info-schema.json"
}
2 changes: 1 addition & 1 deletion apps/docmost/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "docmost",
"image": "docmost/docmost:0.8.1",
"image": "docmost/docmost:0.8.2",
"isMain": true,
"internalPort": 3000,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/docmost/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
docmost:
container_name: docmost
image: docmost/docmost:0.8.1
image: docmost/docmost:0.8.2
depends_on:
- docmost-db
- docmost-redis
Expand Down

0 comments on commit c8769b3

Please sign in to comment.