Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mattermost configuration fails in lesson 2 #155

Open
stamurabi opened this issue Nov 2, 2023 · 1 comment
Open

Mattermost configuration fails in lesson 2 #155

stamurabi opened this issue Nov 2, 2023 · 1 comment

Comments

@stamurabi
Copy link

The configurator is unable to seed the mattermost container due to a typo in scripts/seed-workshop-resources on line 141

docker cp config/mattermost/data.jsonl workshop_mattermost_1:/mattermost/data/data.jsonl
should be
docker cp config/mattermost/data.jsonl workshop-mattermost-1:/mattermost/data/data.jsonl

Ran into this issue on MacOS with Docker desktop

@stamurabi stamurabi changed the title typo in scripts/seed-workshop-resources Mattermost configuration fails in lesson 2 Nov 2, 2023
@costalopes71
Copy link

costalopes71 commented Feb 23, 2024

I was facing the same problem on Linux Ubuntu 22.04.. All worked fine when i runned the docker-compose up -d with sudo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants