chore: set web port to 8380 and ignore vscode settings
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.vscode/
|
||||
@@ -30,7 +30,7 @@ docker compose up -d
|
||||
|
||||
La pagina sarà disponibile su:
|
||||
|
||||
- `http://localhost:8080`
|
||||
- `http://localhost:8380`
|
||||
|
||||
Stop:
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user