This commit is contained in:
emrekirman 2025-08-22 20:59:48 +03:00
parent a8d42d8b07
commit 763a535ff4

View File

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