Felipe Cecagno

Results 19 comments of Felipe Cecagno

Hi @janober would it be possible to have this solution when user management is disabled (while there's a definitive solution that works with user management enabled)?

Related to https://github.com/electron/electron/issues/4432

I've got the same question. When running a container outside docker-compose, `ufw allow 80` let the external network to connect to port 80 in the host (and then connect to...

@dm17 yes, when using docker-compose, I use `sudo ufw-docker allow traefik`, and it creates the rules to allow external access to the container named traefik. It's not so good, because...

@dm17 I know from experience that if you do `docker-compose down` and then `docker-compose up`, the containers might change their IP addresses, that's why we'd need to run ufw-docker again...

> it seems safe to assume the world has a majority of docker-based services running with no firewall. Definitely! It's tricky to configure it properly. I think most people think...

I confirm that upgrading from 0.13.x to 0.14.5, the provider tries to remove default tags (created automatically by OCI).

This is still an issue with Terraform 1.0.0 and provider 4.31.0.

Hi @sabrinemoumni The last commit on this project was 4 years ago, it's no longer active. You're more than welcome to use it and modify for your needs, but unfortunately...

Hi, would you be able to provide a pull request with the needed changes? We'd be glad to merge it into this repo.