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
[postgres] | Error: Database is uninitialized and superuser password is not specified.
[postgres] | You must specify POSTGRES_PASSWORD to a non-empty value for the
[postgres] | superuser. For example, "-e POSTGRES_PASSWORD=password" on "docker run".
[postgres] |
[postgres] | You may also use "POSTGRES_HOST_AUTH_METHOD=trust" to allow all
[postgres] | connections without a password. This is *not* recommended.
[postgres] |
[postgres] | See PostgreSQL documentation about "trust":
[postgres] | https://www.postgresql.org/docs/current/auth-trust.html
[mattermost] | Error: failed to load configuration: could not create config file: open /mattermost/config/config.json: permission denied
[mattermost] | Usage:
[mattermost] | mattermost [flags]
[mattermost] | mattermost [command]
[mattermost] |
[mattermost] | Available Commands:
[mattermost] | completion Generate the autocompletion script for the specified shell
[mattermost] | db Commands related to the database
[mattermost] | export Export data from Mattermost
[mattermost] | help Help about any command
[mattermost] | import Import data.
[mattermost] | jobserver Start the Mattermost job server
[mattermost] | server Run the Mattermost server
[mattermost] | version Display version information
[mattermost] |
[mattermost] | Flags:
[mattermost] | -c, --config string Configuration file to use.
[mattermost] | -h, --help help for mattermost
[mattermost] |
[mattermost] | Use "mattermost [command] --help" for more information about a command.
[mattermost] |
podman-compose 1.3.0, the latest version completely ignores the .env
empty POSTGRES_PASSWORD whereas it's actually set in .env
the permissions: Error: failed to load configuration: could not create config file: open /mattermost/config/config.json: permission denied
In docker-compose.yml, I've added :z and label:disable
I'm trying to run mattermost with podman-compose.
podman-compose -f docker-compose.yml -f docker-compose.without-nginx.yml up
Nevertheless I get lots of errors:
.env
Error: failed to load configuration: could not create config file: open /mattermost/config/config.json: permission denied
In
docker-compose.yml
, I've added:z
andlabel:disable
and
Any advice? Quite annoying in 2025 podman-compose is still incompatible with docker-compose...
The text was updated successfully, but these errors were encountered: