v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

  • Cloned, you are editing the new watch.
  • Language set to auto-detect from browser
Еще нет секунды назад
            False
        
Еще нет секунды назад
Текущий скриншот с ошибкой из последнего запроса

Триггерный текст Игнорируемый текст Заблокированный текст

7 часов назад
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              docker / compose Public
              * Notifications You must be signed in to change notification settings
              * Fork 5.8k
                * Star 38k
          * Code
          * Issues 73
          * Pull requests 31
          * Actions
          * Security and quality 1
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Actions
                  * Security and quality
                  * Insights
                                              main
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                     Name                       Last commit message    Last commit date
                                            Latest commit        
                                                                 
                                                History          
                                                                 
                                                5,887 Commits    
                                                  5,887 Commits  
                                                  .github                  .github                                                   
                                                  cmd                      cmd                                                       
                                                  desktop-module           desktop-module                                            
                                                  docs                     docs                                                      
                                                  internal                 internal                                                  
                                                  pkg                      pkg                                                       
                                                  .dockerignore            .dockerignore                                             
                                                  .gitattributes           .gitattributes                                            
                                                  .gitignore               .gitignore                                                
                                                  .go-version              .go-version                                               
                                                  .golangci.yml            .golangci.yml                                             
                                                  AGENTS.md                AGENTS.md                                                 
                                                  BUILDING.md              BUILDING.md                                               
                                                  CLAUDE.md                CLAUDE.md                                                 
                                                  CONTRIBUTING.md          CONTRIBUTING.md                                           
                                                  Dockerfile               Dockerfile                                                
                                                  LICENSE                  LICENSE                                                   
                                                  Makefile                 Makefile                                                  
                                                  NOTICE                   NOTICE                                                    
                                                  README.md                README.md                                                 
                                                  codecov.yml              codecov.yml                                               
                                                  docker-bake.hcl          docker-bake.hcl                                           
                                                  go.mod                   go.mod                                                    
                                                  go.sum                   go.sum                                                    
                                                  logo.png                 logo.png                                                  
                                            View all files       
                                          

                                              Repository files navigation

                                                * 
                                                * README
                                                * Contributing
                                                * Apache-2.0 license
                                                * Security
                                                More items

                                                Table of Contents

                                                * Docker Compose
                                                * Where to get Docker Compose
                                                    + Windows and macOS
                                                    + Linux
                                                * Quick Start
                                                * Contributing
                                                * Legacy

                                                Docker Compose

                                              Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how one or more containers that make up your application are configured. Once you have a Compose file, you can create and start your application with a single command: docker compose up.

                                              Note: About Docker Swarm Docker Swarm used to rely on the legacy compose file format but did not adopt the compose specification so is missing some of the recent enhancements in the compose syntax. After acquisition by Mirantis swarm isn't maintained by Docker Inc, and as such some Docker Compose features aren't accessible to swarm users.

                                                Where to get Docker Compose

                                                Windows and macOS

                                              Docker Compose is included in Docker Desktop for Windows and macOS.

                                                Linux

                                              You can download Docker Compose binaries from the release page on this repository.

                                              Rename the relevant binary for your OS to docker-compose and copy it to $HOME/.docker/cli-plugins

                                              Or copy it into one of these folders to install it system-wide:

                                                * /usr/local/lib/docker/cli-plugins OR /usr/local/libexec/docker/cli-plugins
                                                * /usr/lib/docker/cli-plugins OR /usr/libexec/docker/cli-plugins

                                              (might require making the downloaded file executable with chmod +x)

                                                Quick Start

                                              Using Docker Compose is a three-step process:

                                               1. Define your app's environment with a Dockerfile so it can be reproduced anywhere.
                                               2. Define the services that make up your app in compose.yaml so they can be run together in an isolated environment.
                                               3. Lastly, run docker compose up and Compose will start and run your entire app.

                                              A Compose file looks like this:

                                                services:
                                                  web:
                                                    build: .
                                                    ports:
                                                      -  " 5000:5000 " 
                                                    volumes:
                                                      - .:/code
                                                  redis:
                                                    image: redis

                                                Contributing

                                              Want to help develop Docker Compose? Check out our contributing documentation.

                                              If you find an issue, please report it on the issue tracker.

                                                Legacy

                                              The Python version of Compose is available under the v1 branch.

                                        About

                                        Define and run multi-container applications with Docker

                                          docs.docker.com/compose/

                                        Topics

                                          dockerdocker-composegogolangorchestration

                                        Resources

                                          Readme
                                          Apache-2.0 license

                                        Contributing

                                          Contributing

                                        Security policy

                                          Security policy
                                          Activity
                                          Custom properties

                                        Stars

                                          38.0k stars

                                        Watchers

                                          718 watching

                                        Forks

                                          5.8k forks
                                          Report repository

                                        Releases

                                        Packages

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.
На данный момент различия выполняются в текстовом виде, а не графически, доступен только последний скриншот.

Для создания снимков экрана требуется сборщик контента (Sockpuppetbrowser, selenium и т. д.), поддерживающий снимки экрана.