toe-beans 0.10.0

DHCP library, client, and server
Documentation
name: server

services:
  server:
    build:
      context: ../../
      dockerfile: ./docker/server/Dockerfile
    image: server-client
    environment:
      - RUST_LOG=debug
    healthcheck:
      test: ["CMD", "lsof", "-i:67"]
      interval: 6s
      timeout: 5s
      retries: 10
      start_period: 2s
    volumes:
      - ./toe-beans.toml:/toe-beans.toml
    command: ./target/release/server