Update docker-compose.yml

adjust env app url
This commit is contained in:
LRVT 2024-02-15 21:48:02 +01:00 committed by GitHub
parent b46036df6c
commit 4baee1cf4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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