소스 검색

use alpine-based official images

master
Wonderfall 7 년 전
부모
커밋
b7beb4368c
No known key found for this signature in database GPG 키 ID: 3117B26B968A8F33
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      docker-compose.yml

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

@@ -2,10 +2,10 @@ version: '2'
services:
db:
restart: always
image: postgres
image: postgres:alpine
redis:
restart: always
image: redis
image: redis:alpine
web:
restart: always
build: .


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