fix(build): incomplete codeblocks causing build failure

This commit is contained in:
ShadowArcanist
2026-05-24 16:07:49 +05:30
parent 80c0df9272
commit 03cf886146
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ icon: "/docs/images/services/grampsweb-logo.svg"
# Gramps Web
<ZoomImage src="/docs/images/services/grampsweb-logo.svg" alt="Gramps Web logo" /> { width=64px }
<ZoomImage src="/docs/images/services/grampsweb-logo.svg" alt="Gramps Web logo" />
## What is Gramps Web?
+4 -3
View File
@@ -39,10 +39,11 @@ Then
Go to the **General** tab then **Edit Compose File**
Then add this line
`ports:
Then add this line:
```yaml
ports:
- ${POSTGRES_PORT:-5432}:${POSTGRES_PORT:-5432}`
```
To
```yaml