Update Servers/Containerization/Docker/Compose/IT-Tools.md

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

View File

@ -1,6 +1,6 @@
**Purpose**: Collection of handy online tools for developers, with great UX. **Purpose**: Collection of handy online tools for developers, with great UX.
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: "3" version: "3"
services: services:
@ -21,6 +21,6 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
Not Applicable Not Applicable
``` ```