Skip to content

Commit ebc86d8

Browse files
committed
compose file: use v3 and no volume
The current target didn't have jekyll installed, so mounting the source-files didn't do anything. This patch removes the bind-mount. Alternatively, we could switch back to using a jekyll stage (with automatic rebuilding). Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 24c0299 commit ebc86d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2"
1+
version: "3.7"
22
services:
33
docs:
44
build:
@@ -8,5 +8,3 @@ services:
88
image: docs/docstage
99
ports:
1010
- "4000:4000"
11-
volumes:
12-
- "./:/usr/src/app"

0 commit comments

Comments
 (0)