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 53d04c6 commit 22f684bCopy full SHA for 22f684b
docker-compose.test.yml
@@ -6,7 +6,7 @@ services:
6
depends_on:
7
- bookstack
8
mysql:
9
- image: mysql:8.3
+ image: mysql:9.1
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