Skip to content

Commit 24c0299

Browse files
committed
compose file: disable archives by default
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 40b1b40 commit 24c0299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ services:
33
docs:
44
build:
55
context: .
6-
dockerfile: Dockerfile
6+
args:
7+
- ENABLE_ARCHIVES=false
78
image: docs/docstage
89
ports:
910
- "4000:4000"

0 commit comments

Comments
 (0)