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 3757d9a commit b622967Copy full SHA for b622967
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '2'
2
services:
3
mysql:
4
- image: mysql:8.1
+ image: mysql:latest
5
environment:
6
- MYSQL_ROOT_PASSWORD=secret
7
- MYSQL_DATABASE=bookstack
@@ -20,7 +20,7 @@ services:
20
- DB_USERNAME=bookstack
21
- DB_PASSWORD=secret
22
#set the APP_ to the URL of bookstack without without a trailing slash APP_URL=https://example.com
23
- - APP_URL=http://example.com
+ - APP_URL=http://121.36.224.121:8080
24
# APP_KEY is used for encryption where needed, so needs to be persisted to
25
# preserve decryption abilities.
26
# Can run `php artisan key:generate` to generate a key
0 commit comments