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
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
The text was updated successfully, but these errors were encountered:
stamurabi
changed the title
typo in scripts/seed-workshop-resources
Mattermost configuration fails in lesson 2
Nov 2, 2023
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
The text was updated successfully, but these errors were encountered: