Skip to content

Commit 15b5341

Browse files
authored
Update docker-compose.yml
Fix Auth
1 parent c93955f commit 15b5341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/bookstack/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ services:
99
- PGID=1000
1010
- APP_URL=http://127.0.0.1:8099 # change this to your prod url with https
1111
- DB_HOST=bookstack_db
12-
- DB_USER=bookstack
13-
- DB_PASS=USERPW1
12+
- DB_USERNAME=bookstack
13+
- DB_PASSWORD=USERPW1
1414
- DB_DATABASE=bookstackapp
1515
volumes:
1616
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bookstack/config:/config

0 commit comments

Comments
 (0)