@cryptotaxi247 / CoPilot / commits / 1390b67a

Update MySQL image version to 8.0.38-debian in docker-compose.yml

Taylor committed Sep 2, 2024 at 11:30 UTC 1390b67aa676cdfc913bdd21625f44aa8d64b15f
1 file changed +1 -2
docker-compose.yml
+1 -2
@@ -23,8 +23,7 @@ services:
23 - "443:443"
24
25 copilot-mysql:
26 - image: mysql:5.7
27 - #image: mysql:8.0.38-debian - For MySQL 8 - Need to test further
26 + image: mysql:8.0.38-debian
27 environment:
28 MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
29 MYSQL_DATABASE: copilot