Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
cloudflare-dyndns:
|
||||
image: python:3.11-slim
|
||||
container_name: cloudflare-dyndns
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- ./:/app:ro
|
||||
- ./config.ini:/app/config.ini:ro
|
||||
environment:
|
||||
- CONFIG_PATH=/app/config.ini
|
||||
command: >
|
||||
sh -c "pip install --no-cache-dir requests && python cloudflare_dyndns.py"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user