Diego Ernesto Farías

Results 3 comments of Diego Ernesto Farías

Hi @albertoleonor , Each instance needs an unique RTP port range. You must set the "RTP_START" and "RTP_FINISH" environment variables with different (not overlapped) values for each container. Then, map...

I think that **this feature is not necessary**. You can only allow requests that comes from your CDN in a very simple way: In your traefik toml configuration file you...

You can fix it with a simple model configuration. Add this to your **DbContext** class: ```c# protected override void OnModelCreating(ModelBuilder modelBuilder) { foreach (var relationship in modelBuilder.Model.GetEntityTypes().Where(e => e.IsOwned()).SelectMany(e =>...