Skip to content

Commit 9a04455

Browse files
committed
Fix settings.toml binding issue
1 parent 19b8952 commit 9a04455

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
network_mode: host
99
volumes:
1010
- "shared-volume:/mnt/"
11-
- "settings.toml:/opt/settings.toml"
11+
- "./settings.toml:/opt/settings.toml"
1212

1313
truth_seeker:
1414
container_name: truth_seeker
@@ -19,7 +19,7 @@ services:
1919
- "news_db"
2020
volumes:
2121
- "shared-volume:/mnt/"
22-
- "settings.toml:/opt/settings.toml"
22+
- "./settings.toml:/opt/settings.toml"
2323

2424
datapath:
2525
container_name: datapath
@@ -30,7 +30,7 @@ services:
3030
- "news_db"
3131
volumes:
3232
- "shared-volume:/mnt/"
33-
- "settings.toml:/opt/settings.toml"
33+
- "./settings.toml:/opt/settings.toml"
3434

3535
volumes:
3636
shared-volume:

0 commit comments

Comments
 (0)