Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
adjust env app url
  • Loading branch information
l4rm4nd authored Feb 15, 2024
1 parent b46036d commit 4baee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bookstack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- APP_URL=https://wiki.example.com # change this
- APP_URL=http://127.0.0.1:8099 # change this to your prod url with https
- DB_HOST=bookstack_db
- DB_USER=bookstack
- DB_PASS=USERPW1
Expand Down

0 comments on commit 4baee1c

Please sign in to comment.