Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored Jan 12, 2021
1 parent e25fbb1 commit d0c1ad4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ services:
volumes:
- ./:/app
command: composer install
luya_php:
image: luyadev/luya-docker-php
volumes:
- ./:/app
luya_db:
image: mysql:5.7
command:
Expand All @@ -24,11 +20,8 @@ services:
ports:
- "3306:3306"
luya_web:
image: luyadev/luya-docker-nginx
ports:
- "8080:80"
image: luyadev/luya-docker:nginx-fpm-php74
volumes:
- ./:/app

volumes:
mysql-volume:

0 comments on commit d0c1ad4

Please sign in to comment.