fix: Compose names

This commit is contained in:
Lino Silva
2026-04-10 13:35:37 +01:00
parent df602c0832
commit c3ad0b889d
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