Skip to content
Snippets Groups Projects
Commit e39d3d62 authored by Jonas Schlabertz's avatar Jonas Schlabertz
Browse files

Fixes deprecation error in docker-compose example.

parent c8238b14
No related branches found
No related tags found
No related merge requests found
Pipeline #156770 passed
...@@ -64,7 +64,8 @@ services: ...@@ -64,7 +64,8 @@ services:
- db - db
- mqtt - mqtt
- rabbitmq - rabbitmq
scale: 5 deploy:
replicas: 5
db: db:
image: timescale/timescaledb:latest-pg14 image: timescale/timescaledb:latest-pg14
restart: always restart: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment