made docker always restart

This commit is contained in:
Michael Scalzetti 2023-01-06 23:29:11 -05:00
parent 225dbb319d
commit ef0dc630d9

View File

@ -6,3 +6,4 @@ services:
- "./blog:/mdbook"
ports:
- 80:3000
restart: always