Hello,
Yesterday I create an relay with docker-compose.
The relay is running but I can’t edit the relay.yaml.
I tried to mount the file via volume into /workdir/data and with Dockerfile
COPY relay.yaml /workdir/data
But nothing works. Where is the correct location at the container for this file?