#1 Update docker-compose to make restart

Merged
RyanWright merged 1 commits from RyanWright/fix/make-docker-restart into RyanWright/master 1 month ago
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -7,3 +7,4 @@ services:
     env_file: ".env"
     volumes:
       - "./db:/usr/src/app/db"
+    restart: unless-stopped