Skip to content

Commit

Permalink
minor change to compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibkl committed Aug 26, 2024
1 parent c7cf9fa commit 885eb27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: "3"

services:
dns:
dnsdist:
build: .
image: ragibkl/dnsdist-acme
pull_policy: build
image: ragibkl/dnsdist-acme:local
restart: always
environment:
- PORT=1153
Expand Down

0 comments on commit 885eb27

Please sign in to comment.