Get file:

$ wget https://bytesofprogress.net/resources/docker-compose/web-check/docker-compose.yml

Contents of file:

services:
  web-check:
    ports:
      - 9000:3000
    image: lissy93/web-check
networks: {}

Additional information: /