Copying plugin configs
Opened this issue · 2 comments
caunt commented
I need to configure plugin configs e.g. /config/plugins/viaversion/config.yml but thats impossible with current mount volumes. Using /config volume would be best way to do that, but unfortunately it does not copy files recursively. Is there any other way to copy these configs from volume mounts?
itzg commented
One option you could use at this point is https://github.com/itzg/docker-bungeecord#generic-pack-files
caunt commented
Its worked! ty