Fixed IPv6 access inside Docker container

This commit is contained in:
timothymiller
2020-08-13 18:26:43 -04:00
parent 1e55144bf2
commit 5ac69b8274
5 changed files with 30 additions and 32 deletions

View File

@@ -1,13 +1,14 @@
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
network_mode: "host"
environment:
- PUID=1000
- PGID=1000
volumes:
- /EDIT/YOUR/PATH/HERE/config.json:/config.json
- /YOUR/PATH/HERE/config.json:/config.json
restart: unless-stopped