this post was submitted on 20 Feb 2025
1 points (100.0% liked)

PieFed help

388 readers
1 users here now

It's seems right that we should have a local community to help us all with PieFed

founded 1 year ago
MODERATORS
 

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?

top 5 comments
sorted by: hot top controversial new old
[–] rimu@piefed.social 2 points 1 month ago

You don't really need adminer, you could remove that section of compose.yaml.

[–] mesamunefire@piefed.social 1 points 1 month ago

Got it working on yunohost!!

Ill make a writeup later!

[–] michael@piefed.chrisco.me 1 points 1 month ago

This is the new server!!

[–] mesamunefire@piefed.social 1 points 1 month ago (1 children)

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

[–] mesamunefire@piefed.social 1 points 1 month ago

NVM it just took its time to update. Thats not an issue!