mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
fix(build): incomplete codeblocks causing build failure
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user