MyTelmi.html/docker-compose.yml
2025-04-13 11:54:45 +00:00

8 lines
128 B
YAML

version: '3'
services:
web:
image: nginx:alpine
volumes:
- ./:/usr/share/nginx/html
ports:
- "8080:80"