Excluir docker-compose-exemplo.yml

This commit is contained in:
2026-03-09 20:43:51 +00:00
parent d2c48b3c18
commit 4251f1173c

View File

@@ -1,10 +0,0 @@
# docker-compose.yml
version: '3.8'
services:
nginx:
image: nginx:alpine
ports:
- "8080:80"
volumes:
- ./html:/usr/share/nginx/html:ro
restart: unless-stopped