fix(bookstack): add dns setting
This commit is contained in:
parent
933039cd06
commit
6095c110fb
|
@ -14,6 +14,8 @@ services:
|
|||
- DB_DATABASE=bookstackapp
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/config
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue
Block a user