Skip to content
Discussion options

You must be logged in to vote

#627
Talks about the issue.

The issue being that an explicit bridge network needs to be created to refer the container name (the docker-compose version might also be a factor):

version: '3.5'
services:
    changedetection:
        ...
        networks:
            - changedetection
        ...


    playwright-chrome:
        ...
        networks:
            - changedetection
        ...

networks:
  changedetection:
    name: changedetection

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@rayoz12
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@rayoz12
Comment options

@martinorob
Comment options

@bencollinz
Comment options

@rayoz12
Comment options

@soraxas
Comment options

Answer selected by rayoz12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
5 participants
Converted from issue

This discussion was converted from issue #725 on June 27, 2022 08:54.