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
Error: failed to load configuration: could not create config file: open /mattermost/config/config.json: permission denied
Usage:
mattermost [flags]
mattermost [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
db Commands related to the database
export Export data from Mattermost
help Help about any command
import Import data.
jobserver Start the Mattermost job server
server Run the Mattermost server
version Display version information
Flags:
-c, --config string Configuration file to use.
-h, --help help for mattermost
Use "mattermost [command] --help" for more information about a command.
I have found some issues from the deprecated repo (mattermost/mattermost-docker#407) (mattermost/mattermost-docker#544 (comment)) that seem related to my current issue. The main difference is that the old repo would force users to manually build their image, but in this case I can't, since the image is already built.
I have tried setting the folder permissions manually, but with no luck.
I hope you can help me figure out how to fix this, thank you.
The text was updated successfully, but these errors were encountered:
Hi everyone, I am running on this issue while trying to get Mattermost to run on my machine.
My docker-compose:
Once I deploy the container I get:
I have found some issues from the deprecated repo (mattermost/mattermost-docker#407) (mattermost/mattermost-docker#544 (comment)) that seem related to my current issue. The main difference is that the old repo would force users to manually build their image, but in this case I can't, since the image is already built.
I have tried setting the folder permissions manually, but with no luck.
I hope you can help me figure out how to fix this, thank you.
The text was updated successfully, but these errors were encountered: