diff --git a/compose.yaml b/compose.yaml index 7ff2e14..72d611e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -16,7 +16,7 @@ services: - arr-chris_network ports: - 7878:7878 - restart: unless-stopped + restart: always volumes: - /app-config/arr/:/config - data:/chris @@ -24,7 +24,7 @@ services: sonarrCL: container_name: sonarrCL image: ghcr.io/hotio/sonarr:latest - restart: unless-stopped + restart: always environment: - PUID=1000 - PGID=1000 @@ -48,7 +48,7 @@ services: - JELLYFIN_TYPE=emby image: seerr/seerr:latest #image: fallenbagel/jellyseerr:develop - restart: unless-stopped + restart: always volumes: - /app-config/seerr:/app/config ports: