puerto 5000 ocupado cambio a 5001
This commit is contained in:
parent
341b0b3841
commit
9d88e475a9
|
|
@ -58,7 +58,7 @@
|
||||||
dolibarr:
|
dolibarr:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ports:
|
ports:
|
||||||
- "5000:8080"
|
- "5001:8080"
|
||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Production
|
- ASPNETCORE_ENVIRONMENT=Production
|
||||||
- Jwt__Secret=DevDemoSecretKeyForDockerCompose2026Min32Chars!!
|
- Jwt__Secret=DevDemoSecretKeyForDockerCompose2026Min32Chars!!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue