From 763a535ff4b7e1826a54e31fcb7cf72d551a7039 Mon Sep 17 00:00:00 2001 From: emrekirman Date: Fri, 22 Aug 2025 20:59:48 +0300 Subject: [PATCH] . --- docmost/docmost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docmost/docmost.yml b/docmost/docmost.yml index 2f8d54e..bed78fe 100644 --- a/docmost/docmost.yml +++ b/docmost/docmost.yml @@ -1,7 +1,7 @@ version: '3.8' services: docmost: - image: docmost/docmost:latest + image: docker.io/docmost/docmost:latest environment: - DATABASE_URL=postgres://postgres:98836@postgres-db:5432/docmost - PORT=3000