ambient/docker-compose.yml
2024-12-13 12:02:52 +01:00

5 lines
70 B
YAML

services:
web:
image: nginx:latest
ports:
- '8080:80'