I’ve found the file using the console in Portainer, but no text editor is enable so it can’t be edited. Is there a way of mapping the docker’s /var/lib/docker/coolwsd to a volume that I can then more easily access?
Hello, you can follow the following Docker doc: Volumes | Docker Documentation
Style:
docker run collaborate/code -v myfolder/coolwsd.xml:/etc/coolwsd/coolwsd.xml
1 Like