Andrew LeFevre
                                            Andrew LeFevre 
                                        
                                    Hmm that's very weird, haven't noticed any behavior like that before... Can you share a minimal version of your docker compose file that still causes this issue, and test again...
Thanks, but to reproduce your issue I need the docker compose details for your 'wiki' and 'wiki_db' services. Redact any personal info if it exists in the config as long...
Hmm, maybe part of the problem is that I've never tested with `external` networks, didn't know they existed before now. How did you create the `wiki_network` and `public` networks? Are...
Thanks for troubleshooting for so long with me, I may have *finally* fixed everything. Pull the latest image and try again please, whalewall should recreate rules properly even after a...
It looks like adding the traefik container to the database fails because one of its IP addresses is already in the database somehow. That's why whalewall always thinks it's new,...
I tried to reproduce with your exact Compose configs and did find and fix a bug related to what you mentioned, but I'm not sure if it's the exact issue...
I agree the ability to specify multiple IPs per rule would be nice, but to be clear it wouldn't add functionality that isn't currently possible now. Creating multiple whalewall rules...
Oh you're trying to set multiple IP addresses with mapped port rules... Yeah that isn't possible now unfortunately. Now what you were saying before makes more sense. In this case...
@sammcj just added support for multiple IP addresses per rule, can you try with the latest version of whalewall and confirm it works for your use case? Note that you'll...
'mapped_ports.external' does have an 'ips' field, that's a mistake on my part. Updated the README. I think the issue is that your first 'output' rule is not a list entry,...