Skip to content

Commit 032f6a6

Browse files
committed
fix: docker repo name in README
1 parent 46e1a37 commit 032f6a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ docker run -it \
4141
--publish 7070:7070/tcp \
4242
--publish 1212:1212/tcp \
4343
--volume "$(pwd)/storage":"/app/storage" \
44-
torrust/torrust-tracker
44+
torrust/tracker
4545
```
4646

4747
> NOTES:
@@ -197,7 +197,7 @@ docker run \
197197
--publish 7070:7070/tcp \
198198
--publish 1212:1212/tcp \
199199
--volume torrustracker/test-volume:/app/storage \
200-
registry.hub.docker.com/torrust/torrust-tracker:latest
200+
registry.hub.docker.com/torrust/tracker:latest
201201
```
202202

203203
Detach from container logs when the container starts. By default, the command line stays attached and follows container logs.
@@ -209,7 +209,7 @@ docker run \
209209
--publish 7070:7070/tcp \
210210
--publish 1212:1212/tcp \latest
211211
--volume torrustracker/test-volume:/app/storage \
212-
registry.hub.docker.com/torrust/torrust-tracker:latest
212+
registry.hub.docker.com/torrust/tracker:latest
213213
```
214214

215215
You should see something like this:
@@ -229,7 +229,7 @@ You can see the container with:
229229
```s
230230
$ docker ps
231231
CONTAINER ID IMAGE COMMAND STATUS PORTS
232-
intelligent-hawking registry.hub.docker.com/torrust/torrust-tracker:latest Running 4.236.213.57:6969->6969/udp, 4.236.213.57:1212->1212/tcp
232+
intelligent-hawking registry.hub.docker.com/torrust/tracker:latest Running 4.236.213.57:6969->6969/udp, 4.236.213.57:1212->1212/tcp
233233
```
234234

235235
After a while, you can use the tracker API `http://4.236.213.57:1212/api/stats?token=MyAccessToken` and the UDP tracker with your BitTorrent client using this tracker announce URL `udp://4.236.213.57:6969`.

0 commit comments

Comments
 (0)