Update docker-compose.yml

This commit is contained in:
Luigi Cruz 2020-08-07 20:16:06 -03:00 committed by GitHub
parent c90335b8e4
commit 86499b038a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
cloudflare-ddns:
image: timothymiller/cloudflare-ddns:latest
image: timothyjmiller/cloudflare-ddns:latest
container_name: cloudflare-ddns
security_opt:
- no-new-privileges:true
@ -10,4 +10,4 @@ services:
- PGID=1000
volumes:
- /EDIT/YOUR/PATH/HERE/config.json:/config.json
restart: unless-stopped
restart: unless-stopped