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
If i try to start (aka docker compose) my stack with timescaledb checked i get this error:
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.timescaledb.environment contains an invalid type, it should be an object, or an array
In the yaml file the environment of timescale is specified as
Implements and resolvesSensorsIot#232
Also changes user to reflect the strong recommendation of SensorsIot#287
As %randomPassword% doesn't seem to work, change to use the default
password as listed on Default-Configs.md.
Change default public port from 5433 to avoid port-conflict with posgresql.
Implements and resolvesSensorsIot#232
Also changes user to reflect the strong recommendation of SensorsIot#287
As %randomPassword% doesn't seem to work, change to use the default
password as listed on Default-Configs.md and add support for SensorsIot#505
style variables.
Change default public port from 5433 to avoid port-conflict with posgresql.
If i try to start (aka docker compose) my stack with timescaledb checked i get this error:
In the yaml file the environment of timescale is specified as
This is obviously wrong syntax. If i change it by hand to
docker compose works.
The text was updated successfully, but these errors were encountered: