Explorar el Código

Add official docker image (#358)

Add the new image to the `docker-compose`-file.
See #329
Sebastian Duda hace 5 años
padre
commit
9bb2f0330a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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