Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
test: "pg_isready -U postgres || exit 1"

resultsdb:
image: quay.io/factory2/resultsdb:latest@sha256:06ff260519d919798db706a51b15af773e54bd435ceb98cd33e99c8e96d4583f
image: quay.io/factory2/resultsdb:latest@sha256:62f54fe38523182766f15819d833879aa3c6b747a4b174a0bd1ef285e88ffaf9
environment:
- GREENWAVE_LISTENERS=${GREENWAVE_LISTENERS:-1}
command: ["bash", "-c", "/start.sh"]
Expand Down
Loading