chore: set web port to 8380 and ignore vscode settings

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-23 17:48:55 +02:00
parent 710189d469
commit 6f91baa538
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
image: nginx:alpine
container_name: home-lucasacchi-web
ports:
- "8080:80"
- "8380:80"
volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro
restart: unless-stopped