Ver código fonte

Add official docker image (#358)

Add the new image to the `docker-compose`-file.
See #329
Sebastian Duda 5 anos atrás
pai
commit
9bb2f0330a
1 arquivos alterados com 1 adições e 1 exclusões
  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