Kubernetes/Docker/Compose/Yml/docker-compose.yml
offends 7a2f41e7d6
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-08-07 18:54:39 +08:00

7 lines
83 B
YAML

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