Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export default defineConfig({
{ text: 'Administration', link: '/running-pixelfed/administration' },
{ text: 'Push Notifications', link: '/running-pixelfed/push-notifications' },
{ text: 'CLI Cheatsheet', link: '/running-pixelfed/cli-cheatsheet' },
{ text: 'Troubleshooting', link: '/running-pixelfed/troubleshooting' }
{ text: 'Troubleshooting', link: '/running-pixelfed/troubleshooting' },
{ text: 'Production Docker', link: '/running-pixelfed/docker' }
]
},
{
Expand Down
12 changes: 12 additions & 0 deletions running-pixelfed/docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title = "Generic Docker installation guide"
summary = "How to set up everything you need to run your own Pixelfed instance using docker."
weight = 20
[menu]
[menu.docs]
identifier = "admin/docker"
parent = "admin"
---

# Installation