File: docker-compose.yml

package info (click to toggle)
golang-github-coredhcp-coredhcp 0.0.0%2Bgit.20250806.f7e98e4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 460 kB
  • sloc: makefile: 8; sh: 6
file content (11 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
services:
  coredhcp:
    privileged: true
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - 67:67
      - 547:547
    volumes:
      - ./etc/coredhcp/:/etc/coredhcp/