That’s because you did something wrong. It probably has to do with spaces.
If what you want is a CDN, your best bet is probably to
cd /var/discourse
docker stop app
docker rm app
rm containers/app.yml
./discourse-setup
and then follow the instructions in the link I provided earlier.
Good luck.