Mime Type: text/plain
services:
  server:
    build:
      context: .
      dockerfile: docker/server/Dockerfile
    network_mode: host
    volumes:
      - "./test:/usr/src/app/test"
    command: ["php", "./test/server.php"]