소스 검색

new changes

placidenduwayo 1 년 전
부모
커밋
e53661af92
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml 파일 보기

@@ -12,6 +12,7 @@ services:
12 12
       - microservices-network
13 13
     environment:
14 14
       MYSQL_ROOT_PASSWORD: pwd
15
+      #for not be lost after restarting containers all data are saved on volume:/var/lib/mysql
15 16
     volumes:
16 17
       - services-db:/var/lib/mysql
17 18
     healthcheck:

Powered by TurnKey Linux.