Skip to content

Commit b622967

Browse files
authored
Update docker-compose.yml
1 parent 3757d9a commit b622967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
mysql:
4-
image: mysql:8.1
4+
image: mysql:latest
55
environment:
66
- MYSQL_ROOT_PASSWORD=secret
77
- MYSQL_DATABASE=bookstack
@@ -20,7 +20,7 @@ services:
2020
- DB_USERNAME=bookstack
2121
- DB_PASSWORD=secret
2222
#set the APP_ to the URL of bookstack without without a trailing slash APP_URL=https://example.com
23-
- APP_URL=http://example.com
23+
- APP_URL=http://121.36.224.121:8080
2424
# APP_KEY is used for encryption where needed, so needs to be persisted to
2525
# preserve decryption abilities.
2626
# Can run `php artisan key:generate` to generate a key

0 commit comments

Comments
 (0)