Skip to content

Commit

Permalink
Update postgres version in compose (on web)
Browse files Browse the repository at this point in the history
  • Loading branch information
javaarchive authored Apr 1, 2024
1 parent 9bdd578 commit 8e4500a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ services:
volumes:
- ./data/rctf-redis:/data
postgres:
image: postgres:12.3
# Note: postgres version is newer than stable rctf, proceed with caution if you already have data in an older version.
image: postgres:16.1
restart: always
environment:
- POSTGRES_PASSWORD=${RCTF_DATABASE_PASSWORD}
Expand Down

0 comments on commit 8e4500a

Please sign in to comment.