Update Servers/Containerization/Docker/Compose/Homepage-Docker.md

This commit is contained in:
2025-04-20 23:55:04 -06:00
parent dd068d61dc
commit bc5c4c9234

View File

@ -1,6 +1,6 @@
**Purpose**: A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. **Purpose**: A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: '3.8' version: '3.8'
services: services:
homepage: homepage:
@ -36,6 +36,6 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
Not Applicable Not Applicable
``` ```