瀏覽代碼

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