You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,13 @@ This repository contains a docker-compose.yml to run Kanboard with PostgreSQL an
32
32
33
33
**.env*: contains version numbers, and *database password: do not afraid to change it!*
34
34
35
-
**data/config.php:*: standard [Kanboard configuration file](https://kanboard.net/documentation/config) prepared to using instantly; *DB_PASSWORD is the database password: do not afraid to change it!*
35
+
**set an exact version number for kanboard:* replace kanboard_version=latest
36
36
37
-
Database preparation: *postgres.sql* file is Kanboard [app/Schema/Sql/postgres.sql](https://kanboard.net/documentation/postgresql-configuration)
37
+
Check config.php and postgres.sql files: it must comes from Kanboard v{kanboard_version}
38
+
39
+
**data/config.php:*: standard [Kanboard configuration file](https://kanboard.net/documentation/config) prepared to using instantly; *DB_PASSWORD is the database password: do not afraid to change it!*https://github.com/kanboard/kanboard/blob/master/config.default.php
40
+
41
+
**Database preparation:**postgres.sql* file is Kanboard [app/Schema/Sql/postgres.sql](https://kanboard.net/documentation/postgresql-configuration) and https://github.com/kanboard/kanboard/tree/master/app/Schema/Sql
0 commit comments