ajout Apps
This commit is contained in:
		@@ -6,3 +6,21 @@ networks:
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
  freetube:
 | 
			
		||||
    image: linuxserver/freetube:latest
 | 
			
		||||
    container_name: freetube
 | 
			
		||||
    security_opt:
 | 
			
		||||
      - seccomp:unconfined #optional
 | 
			
		||||
    environment:
 | 
			
		||||
      - PUID=1000
 | 
			
		||||
      - PGID=1000
 | 
			
		||||
      - TZ=Etc/UTC
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /srv/appdata/freetube/config:/config
 | 
			
		||||
    networks:
 | 
			
		||||
      - back_network
 | 
			
		||||
    ports:
 | 
			
		||||
      - 3000:3000
 | 
			
		||||
      - 3001:3001
 | 
			
		||||
    shm_size: "2gb"
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
		Reference in New Issue
	
	Block a user