English 中文(简体)
1. 与高温泉电梯交接
原标题:Issue with docker-compose up with swagger spring boot

Docker compose issue with swagger-server Hi all, I am facing an issue with an issue with swagger boot when you running $ docker-compose up.

我正在使用一个中央集散器进行微型服务,在当地运行时,它正在做罚款,但当我与码头公司管理同样的申请时,我需要在cker子堆肥后手工操作我的高频服务器。

问题在于,当我与码头公司一道经营所有微型服务时,我无法打上正在开航的港口的任何终点站。 当我打过任何港口时,我正在觉醒。

this page isn t working right now local host didn t send any data

  swagger-server:
    image: tejajagadeep/movie-app-swagger-server:latest
    container_name: swagger-server
    environment:
      - eureka.client.service-url.defaultZone=http://eureka-server:8761/eureka
      - spring.config.import=optional:configserver:http://config-server:8888/
    ports:
      - "8769:8769"
    networks:
      - my-movie-network
    depends_on:
      - eureka-server
      - config-server
    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost:8769/actuator/health"]
      interval: 20s
      timeout: 10s
      retries: 10

但是,如果重新掌握我的夸夸张的服务器形象,它就会被罚款。 (我是在我的泉电梯服务器上使用开放式的docs网依赖器)

here是我的“光辉问题”链接

我怎么能解决这个问题,我不认为,《法典》给我带来适用财产本身的一切问题。

问题回答

您在 run子 first子 first子时,能添加 do子吗? 更容易发现这一问题。





相关问题
Unable to connect to docker container inside windows server

As title. I am developing a system with many docker images with ASP.Net MVC core projects. I am publishing these docker images into a docker engine installed on Windows Server OS, and I found that I ...

Only can see postgreSQL as an admin

After installed Wsl and Docker, can t access PSQL and other things. I was studying Docker, and installed the latest version. So far so good, I received an error about the WSL version, saw some ...

make docker-compose block until healthy without `depends_on`

I am working with a team that uses docker-compose to start a set of helper services, but does not use docker when the code is being developed. Here, docker-compose is just a convenient way to run the ...

change grafana port using docker host network

I am trying to spin up a grafana container in docker, however my setup in docker does not allow ipv4 forwarding and thus I cannot use the default bridge network in docker. All I can use is the host ...

Pip instalation for Python 3.11 in docker

I have Dockerfile to build image for Django project that uses Python 3.11 and runs in poetry environment (see content below). Problem is when I try to donwload get-pip.py file and run it using Python, ...

在 Dockerfile 中运行 composer install

我正在尝试将我的Laravel应用程序进行Docker化。 该应用程序已经构建并在Git中,但我将vendor文件夹添加到了.gitignore中。 我添加了一个Dockerfile,看起来像这样: FROM php:7.1-fpm-alpine RUN apk update ...

热门标签