HelonLee135

Results 17 comments of HelonLee135

@s4ke Yes, did you say the dockerfile of my backend service deployment and the dockerfile of nginx? ################################################nginx.conf user root; worker_processes auto; error_log /data/weblog/java/nginx/error.log; pid /var/run/nginx.pid; events { worker_connections 5120;...

![web](https://user-images.githubusercontent.com/90828102/212447023-1c9b6210-ad87-4fd6-b611-0036a269509f.png) This is the configuration on top of the portainer after our deployment

Also tried to adjust to: --update-order start-first

@s4ke Sorry, not quite sure what question you need. We are running this web backend in java

I tried using trap to add to the dockerfile: #####################webdockerfile FROM habor.xxx.com/xxx/open-jdk8:18_341_arms_agent_v2 VOLUME /data/weblog/java/bibi-web USER root ENV work_path /app ENV app_jar bibi-business-api-1.0.0-exec.jar ENV app_log /data/weblog/java/bibi-web ENV MALLOC_ARENA_MAX 4 ARG profiles_active...

@s4ke Okay, thanks for reminding me ~ I'll use the code fence, I don't use the docker-compose file to deploy it, but directly use the command line For example, the...

@s4ke I'm very impressed with your answer, in fact, I saw this nginx host network mode before I took over this project and was very tempted, then I forgot to...

![swarm](https://user-images.githubusercontent.com/90828102/212602807-857e977c-1acf-411a-820d-c04dd5c545b1.jpg)

@a4ke Hi, buddy: I did a test to adjust the host network mode of nginx in your way. Directly create a new network for nginx, but. After pressure test, there...