mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
@@ -9,8 +9,8 @@ services:
|
|||||||
- PGID=1000
|
- PGID=1000
|
||||||
- APP_URL=http://127.0.0.1:8099 # change this to your prod url with https
|
- 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_USERNAME=bookstack
|
||||||
- DB_PASS=USERPW1
|
- DB_PASSWORD=USERPW1
|
||||||
- DB_DATABASE=bookstackapp
|
- DB_DATABASE=bookstackapp
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bookstack/config:/config
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bookstack/config:/config
|
||||||
|
|||||||
Reference in New Issue
Block a user