modif des compose suivant charte citrouille_v1

This commit is contained in:
Zoz 2021-02-25 21:33:06 +01:00
parent da461f9363
commit 0a4f5c3210
2 changed files with 12 additions and 10 deletions

View file

@ -5,8 +5,8 @@ services:
linuxserver:
container_name: tautulli
environment:
- PUID=1000
- PGID=1000
- PUID=1000 # Utiliser la commande (en SSH) : id NOM_UTILISATEUR
- PGID=1000 # Utiliser la commande (en SSH) : id NOM_UTILISATEUR
- TZ=Europe/Paris
ports:
- '8181:8181'
@ -17,5 +17,5 @@ services:
# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur
# labels:
# - com.centurylinklabs.watchtower.enable=true
image: 'ghcr.io/linuxserver/tautulli:latest'
network_mode: prod
image: 'ghcr.io/linuxserver/tautulli:latest' # Ancien dépôt : linuxserver/tautulli:latest
network_mode: prod #conseillé de ne pas utiliser host car limité a 16 containers