Skip to content

Commit 76f6667

Browse files
committedFeb 20, 2025·
local mode: run locally tagged mantis & bora.
1 parent b446ab4 commit 76f6667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
sublime_mantis:
3-
image: sublimesec/mantis:1.57
3+
image: sublimesec/mantis:local
44
restart: unless-stopped
55
container_name: sublime_mantis
66
environment:
@@ -31,7 +31,7 @@ services:
3131
volumes:
3232
- persistent_storage:/data/persistent_storage
3333
sublime_bora_lite:
34-
image: sublimesec/bora-lite:1.57
34+
image: sublimesec/bora-lite:local
3535
restart: unless-stopped
3636
container_name: sublime_bora_lite
3737
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.