Skip to content

Commit

Permalink
changed mysql version to 5 as 5.5 is EOL. #68
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilkr committed Apr 4, 2021
1 parent da8eca0 commit 964a664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
db:
image: mysql:5.5
image: mysql:5
volumes:
- swachalit-mysql:/var/lib/mysql
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
db:
image: mysql:5.5
image: mysql:5
volumes:
- swachalit-mysql:/var/lib/mysql
env_file:
Expand Down

0 comments on commit 964a664

Please sign in to comment.