fix: Ports

This commit is contained in:
Lino Silva
2026-04-10 13:45:35 +01:00
parent a00d3d6ee3
commit 82b8bb2e2a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ services:
image: nginx:alpine
container_name: hello-webserver
ports:
- "8081:80"
- "8082:80"
restart: unless-stopped