Skip to content

Commit c85c02a

Browse files
committed
Fix typos
1 parent 97f59a4 commit c85c02a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ GSP_qbt_gtn_port_sync:
6565
- GSP_GTN_API_KEY=yOdKVNFEA3/BSIWhPZohxppHd9I6bHiSJ
6666
network_mode: container:gluetun
6767
depends_on:
68-
gluetun_test:
68+
gluetun:
6969
condition: service_healthy
7070
```
7171
7272
And that's it !
7373
7474
It should work just as expected, and so you can configure it as you want with the env variables.
75-
The only difference should be a small message in the logs during init checks :
75+
The only difference should be this small message in the logs during init checks :
7676
7777
```
7878
/config/qBittorrent/qBittorrent.conf not found, can't check the The "Bypass authentication for clients on localhost" setting. Running in standalone mode.
@@ -132,7 +132,7 @@ services:
132132
- TZ=Europe/Paris
133133
- WEBUI_PORT=8080
134134
- DOCKER_MODS=ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main
135-
# Of course this is an API Key exemple, don't use this
135+
# Of course this is an API Key example, don't use this
136136
- GSP_GTN_API_KEY=yOdKVNFEA3/BSIWhPZohxppHd9I6bHiSJ+FasGlncleveW4LvuO7ONy5w1IsEA2Pu6s=
137137
- GSP_MINIMAL_LOGS=false
138138
volumes:

0 commit comments

Comments
 (0)