heartwood every commit a ring

Change vercel name and set docker to unless-stopped

3a698626 by Isaac Bythewood · 3 years ago

modified README.md
@@ -58,13 +58,13 @@ plenty of great guides out there as it is very popular.## ProductionYou can either push to [ZEIT](https://zeit.co/) with an update to the `now.json`file to change the alias or install Docker and docker-compose and use that onany server.You can either push to [Vercel](https://vercel.com/) with an update to the`vercel.json` file to change the alias or install Docker and docker-compose anduse that on any server.With docker appending `-d` to the end after `up` will run this container indetached mode. We have `restart: always` configured so on system restarts orcrashes the container will start back up automatically.detached mode. We have `restart: unless-stopped` configured so on systemrestarts or crashes the container will start back up automatically.    docker-compose up -d
modified docker-compose.yml
@@ -6,4 +6,4 @@ services:    command: yarn run prod:start    ports:      - 80:80    restart: always    restart: unless-stopped