Skip to content

Commit d0c1ad4

Browse files
authored
Update docker-compose.yml
1 parent e25fbb1 commit d0c1ad4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docker-compose.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ services:
55
volumes:
66
- ./:/app
77
command: composer install
8-
luya_php:
9-
image: luyadev/luya-docker-php
10-
volumes:
11-
- ./:/app
128
luya_db:
139
image: mysql:5.7
1410
command:
@@ -24,11 +20,8 @@ services:
2420
ports:
2521
- "3306:3306"
2622
luya_web:
27-
image: luyadev/luya-docker-nginx
28-
ports:
29-
- "8080:80"
23+
image: luyadev/luya-docker:nginx-fpm-php74
3024
volumes:
3125
- ./:/app
32-
3326
volumes:
3427
mysql-volume:

0 commit comments

Comments
 (0)