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
View File
@@ -0,0 +1 @@
.vscode/
+1 -1
View File
@@ -30,7 +30,7 @@ docker compose up -d
La pagina sarà disponibile su: La pagina sarà disponibile su:
- `http://localhost:8080` - `http://localhost:8380`
Stop: Stop:
+1 -1
View File
@@ -3,7 +3,7 @@ services:
image: nginx:alpine image: nginx:alpine
container_name: home-lucasacchi-web container_name: home-lucasacchi-web
ports: ports:
- "8080:80" - "8380:80"
volumes: volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro - ./index.html:/usr/share/nginx/html/index.html:ro
restart: unless-stopped restart: unless-stopped