Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Corrected some older errors.
  • Loading branch information
brav0charlie authored Jul 1, 2023
1 parent c6b9e76 commit 0e7b61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
dnsmasq:
container_name: 'dnsmasq'
build:
context: './docker-dnsmasq'
image: 'brav0charlie/docker-dnsmasq:2.87-r0'
context: '.'
image: 'brav0charlie/docker-dnsmasq:latest'
cap_add:
- 'NET_ADMIN'
ports:
Expand Down

0 comments on commit 0e7b61d

Please sign in to comment.