We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bea61 commit 70599c0Copy full SHA for 70599c0
1 file changed
docker-compose.yml
@@ -29,7 +29,7 @@ services:
29
- sublime_strelka_backend
30
- sublime_strelka_frontend
31
volumes:
32
- - persistent_storage:/data/persistent_storage
+ - persistent_storage:/data/persistent_storage
33
sublime_bora_lite:
34
image: sublimesec/bora-lite:1.71
35
restart: unless-stopped
@@ -58,7 +58,7 @@ services:
58
59
60
61
62
sublime_postgres:
63
image: postgres:13.2
64
command: -c 'max_connections=200'
@@ -70,7 +70,7 @@ services:
70
PGDATA: /data/postgres
71
env_file: sublime.env
72
73
- - postgres:/data/postgres
+ - postgres:/data/postgres
74
networks:
75
- net
76
sublime_dashboard:
0 commit comments