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 compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:
# Default image: quay.io/lightspeed-core/lightspeed-stack:0.5.1
# To override: Set LIGHTSPEED_CORE_IMAGE in your .env file
lightspeed-core:
image: ${LIGHTSPEED_CORE_IMAGE:-quay.io/lightspeed-core/lightspeed-stack:0.5.3} # dclint disable-line service-image-require-explicit-tag
image: ${LIGHTSPEED_CORE_IMAGE:-quay.io/lightspeed-core/lightspeed-stack:0.6.2} # dclint disable-line service-image-require-explicit-tag
container_name: lightspeed-core
network_mode: "service:rhdh"
depends_on:
Expand Down