Skip to content

Commit

Permalink
Use mysql 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Jul 17, 2024
1 parent 1c868b9 commit 8ca1520
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/UI/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: '3.7'

volumes:
db-data:
vendor:
var:

services:
prestashop:
image: prestashop/prestashop:${PS_VERSION}-apache
Expand Down Expand Up @@ -31,8 +36,10 @@ services:
ports:
- 80:80
mysql:
image: mysql:5.6
image: mysql:5.7
container_name: prestashop-mysql
volumes:
- db-data:/var/lib/mysql
healthcheck:
test:
[
Expand Down

0 comments on commit 8ca1520

Please sign in to comment.