I've noticed that whenever I post from my instance (midwest.social) to lemmy.ml that the upvotes don't match that of what's on lemmy.ml and the comments don't show up for a while.


My friend and I were discussing cell phone security and he said that if someone backdoored your phone that they could read all your signal messages. Is this true? I would think that the only way to view signal messages is to literally open up the app and view them.
Constructive feedback is appreciated.
```
#!/bin/bash
FILE=docker-compose.yml
if [ -f "$FILE" ]; then
rm $FILE
wget https://raw.githubusercontent.com/LemmyNet/lemmy/main/docker/prod/docker-compose.yml
else
echo "$FILE does not exist. Creating $FILE now..."
wget https://raw.githubusercontent.com/LemmyNet/lemmy/main/docker/prod/docker-compose.yml
fi
```
Sorry, which command do I need to run to get those?