Skip to content

Commit cd25862

Browse files
author
Steve Jeong
committed
docker/jekyll: fix docker compose.
Signed-off-by: Steve Jeong <[email protected]>
1 parent 3c799f5 commit cd25862

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/jekyll/docker-compose.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ volumes:
66

77
services:
88
workspace:
9-
image: how2flow/workspace:focal
10-
container_name: work-focal
9+
image: how2flow/workspace:jekyll
10+
container_name: work-jekyll
1111
stdin_open: true
1212
tty: true
1313
volumes:
1414
- share_data:/var/lib/share_data
15-
- kernel:/var/lib/kernel
1615
environment:
1716
- PYTHONUNBUFFERED=0
1817
port:

0 commit comments

Comments
 (0)