added image version number

This commit is contained in:
Radar231 2021-12-14 15:20:09 -05:00
parent c43b078bdc
commit 165f5feb6c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ services:
dhcpd:
container_name: dhcpd
network_mode: host
image: networkboot/dhcpd
image: networkboot/dhcpd:1.1.0
volumes:
- ./dhcpd_data:/data
restart: unless-stopped