Skip to content

Commit aa05406

Browse files
committed
Clarify Docker Hub vs docker compose usage in README
1 parent dc8b5a8 commit aa05406

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ Create your `config.php` first — use [`config.dist.php`](https://github.com/st
7878
4. 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
8284
docker 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
97100
To run the script once instead of starting the scheduler (e.g., to test your config):

0 commit comments

Comments
 (0)