We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b80a681 + 5b568d6 commit 3b96376Copy full SHA for 3b96376
docker-compose.yml
@@ -11,7 +11,8 @@ services:
11
extra_hosts:
12
- 'host.docker.internal:host-gateway'
13
ports:
14
- - '${APP_PORT:-80}:80'
+ - '${APP_PORT:-8000}:80'
15
+ - '${VITE_PORT:-5173}:5173'
16
environment:
17
WWWUSER: '${WWWUSER}'
18
LARAVEL_SAIL: 1
@@ -31,6 +32,7 @@ services:
31
32
networks:
33
proxy:
34
name: traefik_network
35
+ external: true
36
database:
37
name: mariadb_network
38
external: true
docker/8.3/README.md
@@ -58,6 +58,5 @@ volumes:
58
59
60
61
- external: true
62
63
```
0 commit comments