Fix image path in docker-compose example

This commit is contained in:
Merlin Schumacher 2020-08-11 14:09:19 +02:00 committed by GitHub
parent 33334a529f
commit ddc84cec96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ Modify the host file path of config.json inside the volumes section of docker-co
version: "3.7" version: "3.7"
services: services:
cloudflare-ddns: cloudflare-ddns:
image: timothymiller/cloudflare-ddns:latest image: timothyjmiller/cloudflare-ddns:latest
container_name: cloudflare-ddns container_name: cloudflare-ddns
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true