소스 검색

add persistance to Postresql container

master
Valentin_NC 7 년 전
부모
커밋
4512fde181
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      docker-compose.yml

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

@@ -3,6 +3,8 @@ services:
db:
restart: always
image: postgres:alpine
volumes:
- ./postgres-data:/var/lib/postgresql/data
redis:
restart: always
image: redis:alpine


불러오는 중...
취소
저장