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

This commit is contained in:
2025-04-20 23:57:25 -06:00
parent 06216d122c
commit 4e1b6fc77b

View File

@ -1,6 +1,6 @@
**Purpose**: NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. **Purpose**: NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more.
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
--- ---
version: "2.1" version: "2.1"
services: services:
@ -29,6 +29,6 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
Not Applicable Not Applicable
``` ```