Update Servers/Containerization/Docker/Compose/Docusaurus.md

This commit is contained in:
2025-04-20 23:53:12 -06:00
parent 10b3a14424
commit ce9cf76338

View File

@ -1,6 +1,6 @@
**Purpose**: An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more. **Purpose**: An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more.
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: "3" version: "3"
services: services:
@ -29,6 +29,6 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
Not Applicable Not Applicable
``` ```