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 bb06c42 commit 8389bb8Copy full SHA for 8389bb8
pages/installation/docker.mdx
@@ -28,7 +28,7 @@ This example below shows how to create the Postiz container on the command line.
28
Note that you will need to replace the `./config` with the path to your config directory. You will also need Postgres and Redis running.
29
30
```bash
31
-docker create --name postiz -v ./config:/config -p 4200:4200 -p 3000:3000 ghcr.io/gitroomhq/postiz-app:latest
+docker create --name postiz -v postiz-uploads:/uploads/ -v postiz-config:/config/ -p 5000:5000 ghcr.io/gitroomhq/postiz-app:latest
32
```
33
34
<DockerEnvvarApps />
0 commit comments