Remove dependency on bind mounts in docker-compose
Closed this issue · 2 comments
tdiesler commented
Currently there are several volume references to bind mounts like this ...
- ./config:/home/indy/config
- ./server:/home/indy/server
These could be replaced by a build step in the compose file
WadeBarnes commented
Refer to #224 (comment) for information on the intended purpose of the bind mounts.
WadeBarnes commented
Closing this since the associated PR has been closed too.