Tabs are not allowed in Yaml files

This commit is contained in:
Stéphane Brunner 2019-01-26 14:22:21 +01:00
parent 0256dcbe32
commit 0509d5a3d2

View File

@ -17,9 +17,9 @@ services:
volumes: volumes:
- data:/usr/src/paperless/data - data:/usr/src/paperless/data
- media:/usr/src/paperless/media - media:/usr/src/paperless/media
# You have to adapt the local path you want the consumption # You have to adapt the local path you want the consumption
# directory to mount to by modifying the part before the ':'. # directory to mount to by modifying the part before the ':'.
- ./consume:/consume - ./consume:/consume
env_file: docker-compose.env env_file: docker-compose.env
# The reason the line is here is so that the webserver that doesn't do # The reason the line is here is so that the webserver that doesn't do
# any text recognition and doesn't have to install unnecessary # any text recognition and doesn't have to install unnecessary
@ -40,7 +40,7 @@ services:
- data:/usr/src/paperless/data - data:/usr/src/paperless/data
- media:/usr/src/paperless/media - media:/usr/src/paperless/media
# This should be set to the same value as the consume directory # This should be set to the same value as the consume directory
# in the webserver service above. # in the webserver service above.
- ./consume:/consume - ./consume:/consume
# Likewise, you can add a local path to mount a directory for # Likewise, you can add a local path to mount a directory for
# exporting. This is not strictly needed for paperless to # exporting. This is not strictly needed for paperless to