Skip to content

Commit 2d450d2

Browse files
Make sure to notify about not changing base values when using docker
1 parent 7b1dffc commit 2d450d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/private.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Here is a list of things you will need to do:
102102
multiuser: "true" # set to true to enable multiuser mode when using private mode (if not using private mode, this will be ignored)
103103
104104
database:
105-
#The db defaults should not be changed when using docker
105+
#The db defaults should not be changed when using docker (unless you know what you are doing)
106106
username: "ruby" # change this to your database username
107107
password: "ruby" # change this to your database password
108108
host: "db" # change this to your database host

0 commit comments

Comments
 (0)