From 6723047b996096db86a34271f3657599cb271a63 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sun, 31 Mar 2024 03:03:04 +0200 Subject: [PATCH] Fix weird codeblock --- pages/extra/selfhost.mdx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pages/extra/selfhost.mdx b/pages/extra/selfhost.mdx index 683205d..7219104 100644 --- a/pages/extra/selfhost.mdx +++ b/pages/extra/selfhost.mdx @@ -74,17 +74,13 @@ networks: movie-web-network: driver: bridge - + ``` **Important:** - * Replace `YourPasswordHere` with your secure database password. - * Generate a strong session secret and replace `32CharacterLongStringHere`. - ``` - **Important:** - * Replace `YourPasswordHere` with your secure database password. - * Generate a strong session secret and replace `32CharacterLongStringHere`. - * Replace `TMDBReadAPIKey` with your api key learn more [here](https://movie-web.github.io/docs/client/tmdb). - * replace `yourDomainHere` with whatever you'll be using to access your main site, like movie-web.app - * replace `meta__name` and `meta__description` + * Replace `YourPasswordHere` with your secure database password. + * Generate a strong session secret and replace `32CharacterLongStringHere`. + * Replace `TMDBReadAPIKey` with your api key learn more [here](../client/tmdb.mdx). + * replace `yourDomainHere` with whatever you'll be using to access your main site, like movie-web.app + * replace `meta__name` and `meta__description` 2. **Start the Backend:** Open a terminal in the directory containing `docker-compose.yml` and execute: ```bash