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:
|
La pagina sarà disponibile su:
|
||||||
|
|
||||||
- `http://localhost:8080`
|
- `http://localhost:8380`
|
||||||
|
|
||||||
Stop:
|
Stop:
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user