Skip to content

Commit f771386

Browse files
authored
Add Warning to coolify.mdx
1 parent 8830559 commit f771386

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/installation/coolify.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ description: How to install Postiz on Coolify
44
---
55

66
import EarlyDoc from "../../components/snippets/earlydoc.mdx";
7-
import { Steps } from 'nextra/components';
7+
import {Steps, Callout} from 'nextra/components';
88
import Prereqs from '../../components/snippets/installation-pre-reqs.mdx';
99

1010
<EarlyDoc />
1111

12+
<Callout type="warning">
13+
**Warning:** This current Documentation does **not** work in Coolify. We are working on an fix for this Issue.
14+
</Callout>
15+
1216
<Prereqs />
1317

1418
<Steps>

0 commit comments

Comments
 (0)