Make the public dir live inside data to make volume mounting easier
This commit is contained in:
@@ -27,4 +27,7 @@ var (
|
||||
|
||||
// CustomEmojiPath is the emoji directory.
|
||||
CustomEmojiPath = filepath.Join(DataDirectory, "emoji")
|
||||
|
||||
// PublicFilesPath is the optional directory for hosting public files.
|
||||
PublicFilesPath = filepath.Join(DataDirectory, "public")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user