Skip to content

Commit 3b96376

Browse files
authored
Merge pull request #10 from connorabbas/develop
docker cleanup
2 parents b80a681 + 5b568d6 commit 3b96376

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ services:
1111
extra_hosts:
1212
- 'host.docker.internal:host-gateway'
1313
ports:
14-
- '${APP_PORT:-80}:80'
14+
- '${APP_PORT:-8000}:80'
15+
- '${VITE_PORT:-5173}:5173'
1516
environment:
1617
WWWUSER: '${WWWUSER}'
1718
LARAVEL_SAIL: 1
@@ -31,6 +32,7 @@ services:
3132
networks:
3233
proxy:
3334
name: traefik_network
35+
external: true
3436
database:
3537
name: mariadb_network
3638
external: true

docker/8.3/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,5 @@ volumes:
5858
networks:
5959
database:
6060
name: mariadb_network
61-
external: true
6261

6362
```

0 commit comments

Comments
 (0)