소스 검색

Add official docker image (#358)

Add the new image to the `docker-compose`-file.
See #329
Sebastian Duda 5 년 전
부모
커밋
9bb2f0330a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -2,7 +2,7 @@ version: "3"
 
 services:
   kutt:
-    build: .
+    image: kutt/kutt
     container_name: kutt
     depends_on:
       - postgres