mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 07:17:05 +00:00
Update docker-compose.yml
adjust env app url
This commit is contained in:
parent
b46036df6c
commit
4baee1cf4c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user