Skip to content

Commit 6a45bc8

Browse files
authored
Merge pull request #24 from blackxored/patch-1
docs: fix expected config location in volume mount
2 parents e061f0e + 0341940 commit 6a45bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
ports:
1212
- 8481:8481
1313
volumes:
14-
- /path/to/config.yaml:/app/config.yaml
14+
- /path/to/config.yaml:/config/config.yaml
1515
- /path/to/logs:/logs
1616
environment:
1717
- LOG_LEVEL=info

0 commit comments

Comments
 (0)