diff --git a/manuscript/recipes/kanboard.md b/manuscript/recipes/kanboard.md index 7988f40..6746367 100644 --- a/manuscript/recipes/kanboard.md +++ b/manuscript/recipes/kanboard.md @@ -65,8 +65,7 @@ services: kanboard: image: kanboard/kanboard volumes: - - /var/data/kanboard/data:/var/www/app/data - - /var/data/kanboard/plugins:/var/www/app/plugins + - /var/data/kanboard:/var/www/app/ networks: - internal deploy: @@ -119,4 +118,4 @@ Log into your new instance at https://**YOUR-FQDN**. Default credentials are adm ## Chef's Notes 📓 1. The default theme can be significantly improved by applying the [ThemePlus](https://github.com/phsteffen/kanboard-themeplus) plugin. -2. Kanboard becomes more useful when you integrate in/outbound email with [MailGun](https://github.com/kanboard/plugin-mailgun), [SendGrid](https://github.com/kanboard/plugin-sendgrid), or [Postmark](https://github.com/kanboard/plugin-postmark). \ No newline at end of file +2. Kanboard becomes more useful when you integrate in/outbound email with [MailGun](https://github.com/kanboard/plugin-mailgun), [SendGrid](https://github.com/kanboard/plugin-sendgrid), or [Postmark](https://github.com/kanboard/plugin-postmark).