Do not ignore config file for Docker image
This commit is contained in:
3
.docker/kanboard/config.php
Normal file
3
.docker/kanboard/config.php
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
define('ENABLE_URL_REWRITE', true);
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -18,4 +18,5 @@ config.php
|
|||||||
data/files
|
data/files
|
||||||
data/cache
|
data/cache
|
||||||
/vendor
|
/vendor
|
||||||
*.bak
|
*.bak
|
||||||
|
!.docker/kanboard/config.php
|
||||||
|
|||||||
Reference in New Issue
Block a user