# Database DB_ROOT_PASSWORD= DB_HOST=mariadb DB_PORT=3306 DB_DATABASE=bookstack DB_USERNAME=bookstack DB_PASSWORD= # App APP_PORT=3000 APP_URL=http://localhost:3000 APP_KEY= # docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey # Mail MAIL_DRIVER=smtp # SMTP server host address MAIL_HOST=email-smtp.us-east-1.amazonaws.com # SMTP server port # Using port 465 will force connections to be via TLS MAIL_PORT=587 # Connection encryption to use # Valid values are: tls, null # Using 'tls' will require either TLS or STARTTLS to be used. # When using 'null' STARTTLS will still be attempted if announced # as supported by your SMTP server. # Using port 465 above will force connections to be via TLS. MAIL_ENCRYPTION=tls # Authentication details for your SMTP service MAIL_USERNAME= # AWS ACCESS KEY MAIL_PASSWORD= # AWS SECRET ACCESS KEY # The "from" email address for outgoing email MAIL_FROM= # The "from" name used for outgoing email MAIL_FROM_NAME= # You can login using the default admin details admin@admin.com with a password of password. You should change these details immediately after logging in for the first time.