Browse Source

Remove extra restart policy [skip ci]

Nicolas Meienberger 3 years ago
parent
commit
65abcacdd7
1 changed files with 2 additions and 3 deletions
  1. 2 3
      apps/your-spotify/docker-compose.yml

+ 2 - 3
apps/your-spotify/docker-compose.yml

@@ -24,21 +24,20 @@ services:
       - tipi_main_network
 
   your-spotify-db:
-    restart: unless-stopped
     container_name: your-spotify-db
     image: mongo:4.4.8
+    restart: unless-stopped
     volumes:
       - ${APP_DATA_DIR}/data/db:/data/db
     networks:
       - tipi_main_network
 
   your-spotify:
-    restart: unless-stopped
     container_name: your-spotify
     image: yooooomi/your_spotify_client
     depends_on:
       - your-spotify-server
-    restart: always
+    restart: unless-stopped
     ports:
       - ${APP_PORT}:3000
     environment: