ajout adguard, bitwarden, heimdall, ombi,speedtest
This commit is contained in:
parent
14aa229182
commit
23fdb58f42
6 changed files with 106 additions and 1 deletions
23
docker-compose/adguard/docker-compose.yml
Executable file
23
docker-compose/adguard/docker-compose.yml
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue