Skip to content

Commit

Permalink
Update rethinkdb to 2.4.2 in docker compose sample (#611)
Browse files Browse the repository at this point in the history
Fixes #608
  • Loading branch information
koral-- authored Nov 1, 2022
1 parent e7e0d3b commit dd8c186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dd8c186

Please sign in to comment.