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,23 @@
## Discord Plex FR : https://discord.gg/ERpYMqS
## Version 2021-02-26
version: '3.3'
services:
adguardhome:
container_name: adguardhome
volumes:
- /volume1/docker/adguard/work:/opt/adguardhome/work
- /volume1/docker/adguard/conf:/opt/adguardhome/conf
ports:
- '53:53/tcp'
- '53:53/udp'
- '80:80/tcp' #acces suite config validé
- '3000:3000/tcp' #1ere connexion pour configurer
- '443:443/tcp'
- '853:853/tcp'
image: adguard/adguardhome
network_mode: prod #conseillé de ne pas utiliser host car limité a 16 containers
restart: unless-stopped
# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur
# labels:
# - com.centurylinklabs.watchtower.enable=true