mirror of https://github.com/docker/docs.git
compose file: disable archives by default
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
40b1b403e8
commit
24c0299e4e
|
@ -3,7 +3,8 @@ services:
|
|||
docs:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- ENABLE_ARCHIVES=false
|
||||
image: docs/docstage
|
||||
ports:
|
||||
- "4000:4000"
|
||||
|
|
Loading…
Reference in New Issue