Skip to content

Commit 82dcf96

Browse files
authored
chore(docker-compose): Change pull policy to always (#716)
1 parent b4227bc commit 82dcf96

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111
- Changed the default `/repos` pagination size to 20. [#706](https://github.com/sourcebot-dev/sourcebot/pull/706)
12+
- Changed pull policy in docker compose file to always. [#716](https://github.com/sourcebot-dev/sourcebot/pull/716)
1213

1314
### Fixed
14-
- Add warning logs when local repo index fails to match pattern. [#711](https://github.com/sourcebot-dev/sourcebot/issues/711)
15+
- Add warning logs when local repo index fails to match pattern. [#712](https://github.com/sourcebot-dev/sourcebot/pull/712)
1516

1617
## [4.10.7] - 2025-12-29
1718

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
sourcebot:
33
image: ghcr.io/sourcebot-dev/sourcebot:latest
4+
pull_policy: always
45
user: sourcebot
56
restart: always
67
container_name: sourcebot

0 commit comments

Comments
 (0)