feat: Hello world docker composes

This commit is contained in:
Lino Silva
2026-04-10 13:02:31 +01:00
parent 13539eebc6
commit df602c0832
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,7 @@
services:
webserver:
image: nginx:alpine
container_name: hello-webserver
ports:
- "8081:80"
restart: unless-stopped