Mount a dot folder instead of a file for metadata. #65

Merged
scionaltera merged 1 commit from metadata-directory into master 2019-04-10 21:24:57 -07:00
scionaltera commented 2019-04-10 15:13:49 -07:00 (Migrated from github.com)

Fixes #61

If the state file doesn't exist (e.g. on the first run) docker-compose will create a directory with the same name and mount that into the container. The bot will then be unable to write the file when it needs to. This makes a change to docker-compose.yaml and the path for the state file so that we now have a dot directory for Arbitrader which may be empty but can be mounted into the container and the bot will be able to write into it.

Fixes #61 If the state file doesn't exist (e.g. on the first run) docker-compose will create a directory with the same name and mount that into the container. The bot will then be unable to write the file when it needs to. This makes a change to `docker-compose.yaml` and the path for the state file so that we now have a dot directory for Arbitrader which may be empty but can be mounted into the container and the bot will be able to write into it.
Commenting is not possible because the repository is archived.
No description provided.