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 b622967 commit be058cdCopy full SHA for be058cd
docker-compose.yml
@@ -9,6 +9,8 @@ services:
9
- MYSQL_PASSWORD=secret
10
volumes:
11
- mysql-data:/var/lib/mysql
12
+ ports:
13
+ - "9000:3306"
14
15
bookstack:
16
image: solidnerd/bookstack:23.10.4
0 commit comments