Aggiunto kea-dhcp-server
Some checks failed
Update Docker Hub Description / dockerHubDescription (push) Failing after 2s

This commit is contained in:
GianLuca Vagnuzzi
2026-01-13 08:53:18 +01:00
parent 22e6b4e2ad
commit e99999cc27
8 changed files with 166 additions and 120 deletions

View File

@@ -1,15 +1,15 @@
# https://hub.docker.com/repository/docker/rardcode/dhcp/tags
# https://hub.docker.com/repository/docker/rardcode/kea-dhcp/tags
services:
dhcp:
image: rardcode/dhcp
container_name: dhcp
kea-dhcp:
image: rardcode/kea-dhcp
container_name: kea-dhcp
environment:
- TZ=Europe/Rome
#- DHCP4=0 # (decomment for disable DHCPv4 server, default enabled|1)
#- DHCP6=1 # (enable DHCPv6 server, default disabled|0)
volumes:
- ./data:/data
- ./data:/var/lib/kea
network_mode: host
restart: unless-stopped