compose file: disable archives by default

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-02-20 16:46:50 +01:00
parent 40b1b403e8
commit 24c0299e4e
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ services:
docs:
build:
context: .
dockerfile: Dockerfile
args:
- ENABLE_ARCHIVES=false
image: docs/docstage
ports:
- "4000:4000"