Files
startusingdocker/compose/nginx.yml
2026-02-12 10:21:45 +01:00

6 lines
78 B
YAML

version: 3.9
services:
web:
image: nginx:latest
ports:
- 80:80