Skip to content

Commit fa8ffa2

Browse files
committed
Pin the newest LTS version of MySQL
1 parent b0dd94b commit fa8ffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
# The MySQL container.
6565
##
6666
mysql:
67-
image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest}
67+
image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-8.4}
6868

6969
networks:
7070
- wpdevnet

0 commit comments

Comments
 (0)