Skip to content

Commit 0f8072d

Browse files
committed
update docker-compose.yml to use mysql:8.1
1 parent 1373946 commit 0f8072d

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
@@ -2,7 +2,7 @@
22
version: '3'
33
services:
44
mysql:
5-
image: mysql:8.0
5+
image: mysql:8.1
66
environment:
77
- MYSQL_ALLOW_EMPTY_PASSWORD=1
88
- MYSQL_DATABASE=bookstack

0 commit comments

Comments
 (0)