Files
Kubernetes/Docker/Compose/Yml/docker-compose.yml
offends 8a87b699ba
All checks were successful
continuous-integration/drone Build is passing
first commit
2025-12-13 18:06:23 +08:00

7 lines
83 B
YAML

version: "3"
services:
nginx:
image: nginx:latest
ports:
- "80:80"