Update rethinkdb to 2.4.2 in docker compose sample (#611)

Fixes #608
This commit is contained in:
Karol Wrótniak
2022-11-01 18:00:49 +01:00
committed by GitHub
parent e7e0d3b960
commit dd8c186911

View File

@@ -3,7 +3,7 @@ version: "3"
services:
rethinkdb:
container_name: rethinkdb
image: rethinkdb:2.3
image: rethinkdb:2.4.2
restart: unless-stopped
volumes:
- "rethinkdb-data:/data"