mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 10:18:28 +01:00
Update docker-compose.yml
adjust env app url
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=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_HOST=bookstack_db
|
||||||
- DB_USER=bookstack
|
- DB_USER=bookstack
|
||||||
- DB_PASS=USERPW1
|
- DB_PASS=USERPW1
|
||||||
|
|||||||
Reference in New Issue
Block a user