File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:18 .04
1+ FROM ubuntu:20 .04
22MAINTAINER Jason Gegere <jason@htmlgraphic.com>
33
44ENV OS_LOCALE="en_US.UTF-8"
Original file line number Diff line number Diff line change 6868 @echo " THE PASSWORD FOR ${bold} $( MYSQL_USER) ${normal} IS ${bold} $( MYSQL_PASSWORD) ${normal} ;"
6969 @echo ' '
7070 @echo " docker exec -it apache_db /bin/bash \n \
71- mysql -p \n \
71+ mysql -p ' $(MYSQL_ROOT_PASSWORD) ' \n \
7272 GRANT ALL PRIVILEGES ON * . * TO ' $(MYSQL_USER)' @' %' with grant option; \n "
7373
7474 docker-compose -f $(COMPOSE_FILE) up -d --remove-orphans
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 max-size : " 200k"
2323 max-file : " 10"
2424 db :
25- image : ' mysql:5.7.29 '
25+ image : ' mysql:8.1 '
2626 container_name : apache_db
2727 volumes :
2828 - ' db-data:/var/lib/mysql'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 links :
1717 - " db:mysql"
1818 db :
19- image : ' mysql:5.7.29 '
19+ image : ' mysql:8.1 '
2020 restart : unless-stopped
2121 volumes :
2222 - ' db-data:/var/lib/mysql'
You can’t perform that action at this time.
0 commit comments