diff --git a/docker-compose.db.yml b/docker-compose.db.yml index 51b3a47..14fa4a6 100644 --- a/docker-compose.db.yml +++ b/docker-compose.db.yml @@ -63,8 +63,8 @@ services: - fems_timescaledb:/var/lib/postgresql/data - ./fems-timescaledb/postgresql.conf:/etc/postgresql/postgresql.conf:ro - ./fems-timescaledb/pg_hba.conf:/etc/postgresql/pg_hba.conf:ro - - ./fems-timescaledb/init-scripts:/docker-entrypoint-initdb.d - command: postgres -c config_file=/etc/postgresql/postgresql.conf + - ./fems-timescaledb/init-scripts:/docker-entrypoint-initdb.d/:ro + command: ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"] healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] interval: 10s diff --git a/fems-mqtt/data/mosquitto.db b/fems-mqtt/data/mosquitto.db index dd95c26..48d02c8 100644 Binary files a/fems-mqtt/data/mosquitto.db and b/fems-mqtt/data/mosquitto.db differ