From 61c2ee798f3a5224b33ae7acf1969c1d7f06c2c6 Mon Sep 17 00:00:00 2001 From: NightPumpkin Date: Mon, 23 Aug 2021 12:03:53 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'docker-compose/scr?= =?UTF-8?q?utiny/docker-compose.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose/scrutiny/docker-compose.yml | 72 +++++++++++----------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/docker-compose/scrutiny/docker-compose.yml b/docker-compose/scrutiny/docker-compose.yml index 2141e5b..0e0a7f0 100644 --- a/docker-compose/scrutiny/docker-compose.yml +++ b/docker-compose/scrutiny/docker-compose.yml @@ -1,37 +1,37 @@ -## Discord Plex FR : https://discord.gg/ERpYMqS -## Version 2021-04-20 - -version: "2.1" -services: - scrutiny: - image: ghcr.io/linuxserver/scrutiny - container_name: scrutiny -# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur -# labels: -# - com.centurylinklabs.watchtower.enable=true - networks: - - scrutiny-network - cap_add: - - SYS_RAWIO - - SYS_ADMIN - environment: - - PUID=1000 - - PGID=100 - - TZ=Europe/Paris - - SCRUTINY_API_ENDPOINT=http://localhost:8080 - - SCRUTINY_WEB=true - - SCRUTINY_COLLECTOR=true - volumes: - - /srv/disk1/docker/scrutiny/config:/config - - /run/udev:/run/udev:ro - ports: - - 8080:8080 - devices: - - /dev/sda:/dev/sda - - /dev/sdb:/dev/sdb - restart: unless-stopped - -networks: - scrutiny-network: - external: +## Discord Plex FR : https://discord.gg/3gtABCH +## Version 2021-08-23 + +version: "2.1" +services: + scrutiny: + image: ghcr.io/linuxserver/scrutiny + container_name: scrutiny +# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur +# labels: +# - com.centurylinklabs.watchtower.enable=true + networks: + - scrutiny-network + cap_add: + - SYS_RAWIO + - SYS_ADMIN + environment: + - PUID=1000 + - PGID=100 + - TZ=Europe/Paris + - SCRUTINY_API_ENDPOINT=http://localhost:8080 + - SCRUTINY_WEB=true + - SCRUTINY_COLLECTOR=true + volumes: + - /srv/disk1/docker/scrutiny/config:/config + - /run/udev:/run/udev:ro + ports: + - 8080:8080 + devices: + - /dev/sda:/dev/sda + - /dev/sdb:/dev/sdb + restart: unless-stopped + +networks: + scrutiny-network: + external: name: scrutiny-network \ No newline at end of file