From 0e6143e2e8bebb44e2724c2ecf688efba72428b3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 12 Aug 2022 11:59:35 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-changedetection.io.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/images/docker-changedetection.io.md b/images/docker-changedetection.io.md index f8527ac74..0fcf750a2 100755 --- a/images/docker-changedetection.io.md +++ b/images/docker-changedetection.io.md @@ -49,9 +49,9 @@ To help you get started creating a container from this image you can either use --- version: "2.1" services: - changedetection.io: + changedetection: image: lscr.io/linuxserver/changedetection.io:latest - container_name: changedetection.io + container_name: changedetection environment: - PUID=1000 - PGID=1000 @@ -62,6 +62,7 @@ services: ports: - 5000:5000 restart: unless-stopped + ``` ### docker cli ([click here for more info](https://docs.docker.com/engine/reference/commandline/cli/))