Claas Augner
Claas Augner
@potaito The webroot is inside the `web` container, so I doubt that certbot can place the files there.
@potaito You're right, that should work. But I guess we can agree that it would be better if LE worked without any workaround like this? Maybe @ventz or @cpanato can...
Or just type: `docker compose logs -f`
You can find the update instructions here: https://github.com/mattermost/mattermost-docker#update-mattermost-to-latest-version
@gpopesc I agree, this is confusing. I used to have `master` checked out, just like you, but it seems you now have to check out one of the release branches,...
@gpopesc Don't update to `release-5.32` though, it's **broken**: https://github.com/mattermost/mattermost-docker/issues/489
> How can I upgrade the database to 5.31?! I don't recall having had this problem, but make sure to `docker-compose build` and `docker-compose up -d`, which should migrate the...
**Related**: For the *Unused i18n Entry* table, it would also help if the File column would contain the *relative* path rather than the absolute path.
@Shinigami92 The table is actually generated by [vue-i18n-extract](https://github.com/pixari/vue-i18n-extract), which uses `console.table` under the hood: https://github.com/pixari/vue-i18n-extract/blob/1591c94ae19239cbd77c3c9da0ef67f4bcfe8c1d/src/report-command/index.ts#L23-L24 So pixari's repository would be the best place for your feature request.
Note also #1184: Logins matching the domain exactly should be displayed before other matches.