david/jekyll-dev
david
/
jekyll-dev
Archived
1
0
Fork 0

added restart condition to compose file

This commit is contained in:
david 2020-11-05 00:30:47 +01:00
parent d8539c22bf
commit 44dfc99aac
1 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,5 @@ services:
volumes:
- /home/david/Projects/just-the-docs/docs:/mnt
ports:
- 127.0.0.1:4000:4000
- 127.0.0.1:4000:4000
restart: unless-stopped