Skip to content

Commit 1373946

Browse files
committed
update docker-compose.test.yml to use mysql:8.1
1 parent 930a330 commit 1373946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
depends_on:
77
- bookstack
88
mysql:
9-
image: mysql:8.0
9+
image: mysql:8.1
1010
environment:
1111
- MYSQL_ROOT_PASSWORD=secret
1212
- MYSQL_DATABASE=bookstack

0 commit comments

Comments
 (0)