ajout adguard, bitwarden, heimdall, ombi,speedtest

This commit is contained in:
Zoz 2021-02-26 15:39:32 +01:00
parent 14aa229182
commit 23fdb58f42
6 changed files with 106 additions and 1 deletions

View file

@ -0,0 +1,20 @@
## Discord Plex FR : https://discord.gg/ERpYMqS
## Version 2021-02-26
version: '3.3'
services:
linuxserver:
container_name: ombi-dev
environment:
- PUID=1000 # Utiliser la commande (en SSH) : id NOM_UTILISATEUR
- PGID=1000 # Utiliser la commande (en SSH) : id NOM_UTILISATEUR
- TZ=Europe/Paris
ports:
- '3579:3579'
volumes:
- '/volume1/docker/ombi/config:/config'
restart: unless-stopped
# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur
# labels:
# - com.centurylinklabs.watchtower.enable=true
image: 'ghcr.io/linuxserver/ombi:development'
network_mode: prod #conseillé de ne pas utiliser host car limité a 16 containers