[mod] jellyfin hardware
This commit is contained in:
		
							parent
							
								
									9bba72b44a
								
							
						
					
					
						commit
						0e548d8b15
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -41,8 +41,8 @@
 | 
				
			||||||
       </v-main>
 | 
					       </v-main>
 | 
				
			||||||
       </v-app>
 | 
					       </v-app>
 | 
				
			||||||
       </div>
 | 
					       </div>
 | 
				
			||||||
       <script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.js"></script>
 | 
					       <script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script>
 | 
				
			||||||
       <script src="https://cdn.jsdelivr.net/npm/vuetify@2.6.x/dist/vuetify.js"></script>
 | 
					       <script src="https://cdn.jsdelivr.net/npm/vuetify@2.6/dist/vuetify.js"></script>
 | 
				
			||||||
       <script src="index.js"></script>
 | 
					       <script src="index.js"></script>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
| 
						 | 
					@ -5,8 +5,8 @@ services:
 | 
				
			||||||
    container_name: jellyfin
 | 
					    container_name: jellyfin
 | 
				
			||||||
    user: 1000:100
 | 
					    user: 1000:100
 | 
				
			||||||
    # https://github.com/jellyfin-archive/jellyfin-docs/blob/master/general/administration/hardware-acceleration.md#hardware-acceleration-on-docker-linux
 | 
					    # https://github.com/jellyfin-archive/jellyfin-docs/blob/master/general/administration/hardware-acceleration.md#hardware-acceleration-on-docker-linux
 | 
				
			||||||
    group_add:
 | 
					    #group_add:
 | 
				
			||||||
      - 107
 | 
					    #  - 107
 | 
				
			||||||
    network_mode: "host"
 | 
					    network_mode: "host"
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./config:/config
 | 
					      - ./config:/config
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue