?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/plugins/cookiebot/tests/



?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/plugins/cookiebot

?? Viewing: docker-compose.yml

version: '3.8'
services:
  database:
    environment:
      MYSQL_ROOT_PASSWORD: root
    image: mysql:5.7

  cookiebot:
    command:
      - bash
    depends_on:
      - database
    environment:
      DATABASE_PASSWORD: root
    image: futureys/phpunit-wordpress-plugin
    stdin_open: true
    tty: true
    volumes:
      - ../:/plugin


??

??