File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ Create your `config.php` first — use [`config.dist.php`](https://github.com/st
78784 . Start the container — it runs the script immediately and then on the configured schedule
7979
8080#### Command line
81+ The image is pulled from Docker Hub automatically — no need to clone the repository:
82+
8183``` bash
8284docker run -d \
8385 -v ./config.php:/app/config.php:ro \
@@ -88,10 +90,11 @@ docker run -d \
8890 stecklars/dynamic-dns-netcup-api
8991```
9092
91- Or using docker compose:
92- 1 . Clone the repository
93- 2 . Create your ` config.php `
94- 3 . Run ` docker compose up -d `
93+ #### Docker compose
94+ If you have cloned the repository, you can use docker compose instead:
95+
96+ 1 . Create your ` config.php `
97+ 2 . Run ` docker compose up -d `
9598
9699#### One-shot mode
97100To run the script once instead of starting the scheduler (e.g., to test your config):
You can’t perform that action at this time.
0 commit comments