diff --git a/conf.d/gps.oestepan.com.br.conf b/conf.d/gps.oestepan.com.br.conf index 2b2d5fc..be05fa1 100644 --- a/conf.d/gps.oestepan.com.br.conf +++ b/conf.d/gps.oestepan.com.br.conf @@ -16,7 +16,7 @@ upstream traccar_backend { # 'host.docker.internal' funciona graças ao 'extra_hosts' no docker-compose.yml # Certifique-se que o Traccar está expondo a porta 8082 no host. - server host.docker.internal:8082; + server host.docker.internal:8083; keepalive 32; }