Skip to content

Commit 0b7b0bc

Browse files
authored
Merge pull request #11 from connorabbas/develop
fix typo
2 parents 3b96376 + 54eb988 commit 0b7b0bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dockerComposeFile": [
55
"../docker-compose.yml"
66
],
7-
"service": "primevue_intertia",
7+
"service": "primevue_inertia",
88
"workspaceFolder": "/var/www/html",
99
"customizations": {
1010
"vscode": {

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22

33
services:
4-
primevue_intertia: # make sure to set as APP_SERVICE value in .env
4+
primevue_inertia: # make sure to set as APP_SERVICE value in .env
55
build:
66
context: ./docker/8.3
77
dockerfile: Dockerfile
@@ -23,8 +23,8 @@ services:
2323
- '.:/var/www/html'
2424
labels:
2525
- "traefik.enable=true"
26-
- "traefik.http.routers.primevue_intertia.rule=Host(`primevue-breeze-inertia.localhost`)"
27-
- "traefik.http.services.primevue_intertia.loadbalancer.server.port=80"
26+
- "traefik.http.routers.primevue_inertia.rule=Host(`primevue-breeze-inertia.localhost`)"
27+
- "traefik.http.services.primevue_inertia.loadbalancer.server.port=80"
2828
networks:
2929
- proxy
3030
- database

0 commit comments

Comments
 (0)