The wordpress volume on the host machine holds the core WordPress files for the WordPress container (wp-config.php, wp-content/, wp-admin, etc.). Those files initially come from the WordPress container itself, when it's built. Since the wordpress volume is mounted to the container, from the host, you can do whatever you want with the files and they will propagate over to the container.
For further actions, you may consider blocking this person and/or reporting abuse
We're a blogging-forward open source social network where we learn from one another
The
wordpress
volume on the host machine holds the core WordPress files for the WordPress container (wp-config.php
,wp-content/
,wp-admin
, etc.). Those files initially come from the WordPress container itself, when it's built. Since thewordpress
volume is mounted to the container, from the host, you can do whatever you want with the files and they will propagate over to the container.