File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
13
13
- UID=${UID:-1000}
14
14
- GID=${GID:-1000}
15
15
ports :
16
- - 80:80
16
+ - " 80:80"
17
17
volumes :
18
18
- ./src:/var/www/html:delegated
19
19
depends_on :
@@ -29,7 +29,7 @@ services:
29
29
restart : unless-stopped
30
30
tty : true
31
31
ports :
32
- - 3306:3306
32
+ - " 3306:3306"
33
33
environment :
34
34
MYSQL_DATABASE : homestead
35
35
MYSQL_USER : homestead
@@ -47,6 +47,8 @@ services:
47
47
args :
48
48
- UID=${UID:-1000}
49
49
- GID=${GID:-1000}
50
+ ports :
51
+ - " 9000:9000"
50
52
volumes :
51
53
- ./src:/var/www/html:delegated
52
54
networks :
@@ -56,7 +58,7 @@ services:
56
58
image : redis:alpine
57
59
restart : unless-stopped
58
60
ports :
59
- - 6379:6379
61
+ - " 6379:6379"
60
62
networks :
61
63
- laravel
62
64
@@ -80,9 +82,9 @@ services:
80
82
volumes :
81
83
- ./src:/var/www/html
82
84
ports :
83
- - 3000:3000
84
- - 3001:3001
85
- - 5173:5173
85
+ - " 3000:3000"
86
+ - " 3001:3001"
87
+ - " 5173:5173"
86
88
working_dir : /var/www/html
87
89
entrypoint : [ 'npm' ]
88
90
networks :
@@ -106,7 +108,7 @@ services:
106
108
mailhog :
107
109
image : mailhog/mailhog:latest
108
110
ports :
109
- - 1025:1025
110
- - 8025:8025
111
+ - " 1025:1025"
112
+ - " 8025:8025"
111
113
networks :
112
114
- laravel
You can’t perform that action at this time.
0 commit comments