Skip to content

Commit 31811c9

Browse files
committed
Change image in the docker-compose example
Fixes #115
1 parent b63cb1a commit 31811c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version: "3"
1+
version: "4"
22
services:
33
dnscrypt:
4-
image: zquestz/dnscrypt-server:latest
4+
image: jedisct1/dnscrypt-server:latest
55
container_name: dnscrypt
66
restart: always
77
command: "init -N example.com -E '127.0.0.1:5443'"

0 commit comments

Comments
 (0)