skip to Main Content

docker-compose with springboot and redis

I'm trying to connect a simple springboot app with redis using docker compose. However, I keep getting the below error. java-service_1 | 2020-11-20 10:30:54.053 ERROR 1 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw…

VIEW QUESTION

can't isntall NGINX in a centOS7

can you help me with this? I'm trying to create a container with a centOS 7 and running on it nginx and PHP. this is my dockerfile: FROM remote-host COPY ./conf/nginx.repo /etc/yum.repos.d/nginx.repo RUN yum -y install nginx-1.12.2 --enablerepo=nginx && yum…

VIEW QUESTION

Container not running – CentOS

could you help me? I'm trying to run a container by a dockerfile but it shows this warning and my container does not start. compose.parallel.parallel_execute_iter: Finished processing: <Container: remote-Starting remote-host ... done compose.parallel.feed_queue: Pending: set() compose.parallel.parallel_execute_iter: Finished processing: <Service: remote_host>…

VIEW QUESTION
Back To Top
Search