Skip to content

Commit 8389bb8

Browse files
committed
Modernize standalone container instructions
1 parent bb06c42 commit 8389bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/installation/docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This example below shows how to create the Postiz container on the command line.
2828
Note that you will need to replace the `./config` with the path to your config directory. You will also need Postgres and Redis running.
2929

3030
```bash
31-
docker create --name postiz -v ./config:/config -p 4200:4200 -p 3000:3000 ghcr.io/gitroomhq/postiz-app:latest
31+
docker create --name postiz -v postiz-uploads:/uploads/ -v postiz-config:/config/ -p 5000:5000 ghcr.io/gitroomhq/postiz-app:latest
3232
```
3333

3434
<DockerEnvvarApps />

0 commit comments

Comments
 (0)