mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
8 lines
176 B
YAML
8 lines
176 B
YAML
services:
|
|
webapp:
|
|
image: nginx:latest # Imagen base
|
|
ports:
|
|
- "80" # Puerto expuesto
|
|
volumes:
|
|
- ./app:/usr/share/nginx/html # Volumen para archivos
|