1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 11:21:58 +01:00

Change image in the docker-compose example

Fixes #115
This commit is contained in:
Frank Denis 2023-09-01 12:59:45 +02:00
parent b63cb1a704
commit 31811c9ecc

@ -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'"