Browse Source

`mongo-your-spotify` service now restarts unless stopped (#409)

Added `restart: unless-stopped` :)
codeman1o1 2 years ago
parent
commit
c663549f41
1 changed files with 1 additions and 0 deletions
  1. 1 0
      stack/your-spotify.yml

+ 1 - 0
stack/your-spotify.yml

@@ -20,6 +20,7 @@ services:
   mongo:
     container_name: mongo-your-spotify
     image: mongo:4.4.8
+    restart: unless-stopped
     volumes:
       - /portainer/Files/AppData/Config/your_spotify/DB:/data/db