We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b8952 commit 9a04455Copy full SHA for 9a04455
1 file changed
docker-compose.yaml
@@ -8,7 +8,7 @@ services:
8
network_mode: host
9
volumes:
10
- "shared-volume:/mnt/"
11
- - "settings.toml:/opt/settings.toml"
+ - "./settings.toml:/opt/settings.toml"
12
13
truth_seeker:
14
container_name: truth_seeker
@@ -19,7 +19,7 @@ services:
19
- "news_db"
20
21
22
23
24
datapath:
25
container_name: datapath
@@ -30,7 +30,7 @@ services:
30
31
32
33
34
35
36
shared-volume:
0 commit comments