changed docker-comppse.yml example to build the docker image instead of

pull the previously used debian based image from docker hub
This commit is contained in:
Guy
2018-02-02 22:37:36 +01:00
committed by Wolf-Bastian Pöttner
parent 4e21fa4830
commit 398575c70c
+2 -2
View File
@@ -2,7 +2,7 @@ version: '2'
services:
webserver:
image: pitkley/paperless
build: ./
ports:
# You can adapt the port you want Paperless to listen on by
# modifying the part before the `:`.
@@ -20,7 +20,7 @@ services:
command: ["runserver", "--insecure", "0.0.0.0:8000"]
consumer:
image: pitkley/paperless
build: ./
volumes:
- data:/usr/src/paperless/data
- media:/usr/src/paperless/media