Andrew LeFevre
                                            Andrew LeFevre 
                                        
                                    Yes, you should be able to accomplish this by setting whalewall rules for the reverse proxy container and all containers behind the reverse proxy. You would only set mapped port...
I designed whalewall so that it would work with Docker's firewall rules, and it assumes they are in place. In particular the 'DOCKER-USER' chain is required to he present and...
I think it's possible to optionally wait until containers are in a healthy state to create rules for them, but I don't see how that'd solve your issue. How can...
Right, I understand how health checks work, I just don't see how setting a health check on a container will affect the order in which containers in different docker compose...
Ah, because the location of the database is specified in the `CMD` in the Dockerfile, you overriding the command arguments causes `-d /data` to be removed and the database to...
Hmm that's weird, if anything I'd think that functionality would be working better now, not worse... Are you running whalewall as a container or a binary, and what arguments are...
I will do some in depth testing, but note that whalewall has never acted on container label change events, whalewall only responds to container 'start' or 'die' events. If you...
Also just to confirm, if you didn't already can you confirm that the previous version of whalewall you were using didn't have this bug? If so can you post the...
Oh, I think I know what's wrong then, thanks for clarifying
I think I finally found the source of the regression, can you please test again? Specifically, whalewall *should* modify firewall rules for containers when they are created or stopped whether...