#docker #kubernetes #container #orchestrator #microservice #infrastructure-as-code #devops #ci #cd

제목[re][re]localhost 연결거부2020-04-14 15:26
작성자

아 죄송합니다ㅜㅜㅜ 미처 고려하지 못했습니다ㅜㅜ 다시한번 봐주시면 감사하겠습니다 


version: '3.7'

services:

 web:

  image: nginx

  ports: 

   - "8000:80"

 database:

  image: redis


라고해서 yml 파일을 만들었습니다


댓글
이전[re]localhost 연결거부 Level 102020-04-14
다음[re][re][re]localhost 연결거부2020-04-14