mirror of
https://github.com/Dokploy/examples.git
synced 2026-06-16 04:35:26 +02:00
6 lines
104 B
YAML
6 lines
104 B
YAML
services:
|
|
base-app:
|
|
image: nginx:latest # Imagen base
|
|
ports:
|
|
- "80" # Puerto expuesto
|