File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
- sublime_strelka_backend
30
30
- sublime_strelka_frontend
31
31
volumes :
32
- - persistent_storage:/data/persistent_storage
32
+ - persistent_storage:/data/persistent_storage
33
33
sublime_bora_lite :
34
34
image : sublimesec/bora-lite:1.69
35
35
restart : unless-stopped
@@ -58,7 +58,7 @@ services:
58
58
- sublime_strelka_backend
59
59
- sublime_strelka_frontend
60
60
volumes :
61
- - persistent_storage:/data/persistent_storage
61
+ - persistent_storage:/data/persistent_storage
62
62
sublime_postgres :
63
63
image : postgres:13.2
64
64
command : -c 'max_connections=200'
@@ -70,7 +70,7 @@ services:
70
70
PGDATA : /data/postgres
71
71
env_file : sublime.env
72
72
volumes :
73
- - postgres:/data/postgres
73
+ - postgres:/data/postgres
74
74
networks :
75
75
- net
76
76
sublime_dashboard :
You can’t perform that action at this time.
0 commit comments