Skip to content

Commit e654729

Browse files
committed
ci: fix compose reload
1 parent d8154c8 commit e654729

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
networks:
42
jekyll:
53
external: false
@@ -10,14 +8,15 @@ services:
108
context: .
119
dockerfile: Dockerfile
1210
container_name: jekyll
13-
restart: always
11+
restart: no
1412
networks:
1513
- jekyll
1614
volumes:
1715
- ./_posts:/usr/src/app/_posts
1816
- ./_notes:/usr/src/app/_notes
1917
- ./assets:/usr/src/app/assets
2018
- ./pages:/usr/src/app/pages
19+
- ./_data:/usr/src/app/_data
2120
ports:
2221
- "4000:4000"
2322

0 commit comments

Comments
 (0)