Skip to content

Commit

Permalink
Change image in the docker-compose example
Browse files Browse the repository at this point in the history
Fixes #115
  • Loading branch information
jedisct1 committed Sep 1, 2023
1 parent b63cb1a commit 31811c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
@@ -1,7 +1,7 @@
version: "3"
version: "4"
services:
dnscrypt:
image: zquestz/dnscrypt-server:latest
image: jedisct1/dnscrypt-server:latest
container_name: dnscrypt
restart: always
command: "init -N example.com -E '127.0.0.1:5443'"
Expand Down

0 comments on commit 31811c9

Please sign in to comment.