
This fixes the PostgreSQL setup when using Windows as Docker host. Because git by default will transform all files to Windows line-endings on clone, the files mounted inside the Linux based PostgreSQL container can't be read correctly and the initialisation fails. Closes #10.
8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
# hidden files, exluding gitattributes
|
|
.*
|
|
!.gitattributes
|
|
|
|
# data folder
|
|
/data
|
|
|