We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8830559 commit f771386Copy full SHA for f771386
pages/installation/coolify.mdx
@@ -4,11 +4,15 @@ description: How to install Postiz on Coolify
4
---
5
6
import EarlyDoc from "../../components/snippets/earlydoc.mdx";
7
-import { Steps } from 'nextra/components';
+import {Steps, Callout} from 'nextra/components';
8
import Prereqs from '../../components/snippets/installation-pre-reqs.mdx';
9
10
<EarlyDoc />
11
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
+
16
<Prereqs />
17
18
<Steps>
0 commit comments