fix: Renaming files

This commit is contained in:
Lino Silva
2026-04-10 13:45:03 +01:00
parent c3ad0b889d
commit a00d3d6ee3
3 changed files with 0 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
webserver:
image: nginx:alpine
container_name: hello-webserver
ports:
- "8080:80"
restart: unless-stopped