8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941d10a commit 5e98f23Copy full SHA for 5e98f23
docker-compose.test.yml
@@ -6,7 +6,7 @@ services:
6
depends_on:
7
- bookstack
8
mysql:
9
- image: mysql:8.3
+ image: mysql:9.2
10
environment:
11
- MYSQL_ROOT_PASSWORD=secret
12
- MYSQL_DATABASE=bookstack
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '2'
2
services:
3
4
5
0 commit comments