diff --git a/.vitepress/config.mjs b/.vitepress/config.mjs index b2742f1..cabfa70 100644 --- a/.vitepress/config.mjs +++ b/.vitepress/config.mjs @@ -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' } ] }, { diff --git a/running-pixelfed/docker.md b/running-pixelfed/docker.md new file mode 100644 index 0000000..519db7d --- /dev/null +++ b/running-pixelfed/docker.md @@ -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 +