I attempted to set up the project on a new yunohost server and got the folowing:
$ docker compose up
[+] Running 2/2
✔ Container pyfedi-redis-1 Running 0.0s
✔ Container piefed_celery1 Running 0.0s
Attaching to piefed_app1, piefed_celery1, adminer-1, db-1, redis-1
Gracefully stopping... (press Ctrl+C again to force)
Error response from daemon: driver failed programming external connectivity on endpoint pyfedi-adminer-1 (e0b94aa97005b9b3d21c7df3b13bf6d830a621c84ea4df6f0bbb836a35e83429): Unable to enable MASQUERADE rule: (iptables failed: iptables --wait -t filter -A DOCKER ! -i br-3f2b641b8352 -o br-3f2b641b8352 -p tcp -d 172.18.0.3 --dport 8080 -j ACCEPT: iptables: No chain/target/match by that name.
(exit status 1))
I made sure that the port 8080 was open before running. And its running other applications no problem. Is it because I used docker compose up
and not docker-compose up
?
Interesting, so I can subscribe to communities (such as this one), but my comments are not showing up:
https://piefed.chrisco.me/post/1#post_replies
NVM it just took its time to update. Thats not an issue!