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:
2929 - sublime_strelka_backend
3030 - sublime_strelka_frontend
3131 volumes :
32- - persistent_storage:/data/persistent_storage
32+ - persistent_storage:/data/persistent_storage
3333 sublime_bora_lite :
3434 image : sublimesec/bora-lite:1.71
3535 restart : unless-stopped
@@ -58,7 +58,7 @@ services:
5858 - sublime_strelka_backend
5959 - sublime_strelka_frontend
6060 volumes :
61- - persistent_storage:/data/persistent_storage
61+ - persistent_storage:/data/persistent_storage
6262 sublime_postgres :
6363 image : postgres:13.2
6464 command : -c 'max_connections=200'
@@ -70,7 +70,7 @@ services:
7070 PGDATA : /data/postgres
7171 env_file : sublime.env
7272 volumes :
73- - postgres:/data/postgres
73+ - postgres:/data/postgres
7474 networks :
7575 - net
7676 sublime_dashboard :
You can’t perform that action at this time.
0 commit comments