update et ajout librewolf
This commit is contained in:
		@@ -6,3 +6,22 @@ networks:
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
  librewolf:
 | 
			
		||||
    image: lscr.io/linuxserver/librewolf:latest
 | 
			
		||||
    container_name: librewolf
 | 
			
		||||
    security_opt:
 | 
			
		||||
      - seccomp:unconfined #optional
 | 
			
		||||
    environment:
 | 
			
		||||
      - PUID=1000
 | 
			
		||||
      - PGID=1000
 | 
			
		||||
      - TZ=Etc/UTC
 | 
			
		||||
      - LIBREWOLF_CLI=https://www.linuxserver.io/ #optional
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /srv/appdata/librewolf/config:/config
 | 
			
		||||
    networks:
 | 
			
		||||
      - back_network
 | 
			
		||||
    ports:
 | 
			
		||||
          - 3000:3000
 | 
			
		||||
      - 3001:3001
 | 
			
		||||
    shm_size: "1gb"
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
		Reference in New Issue
	
	Block a user