This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
Trying to run in a docker for the firs time and not able to connect to the UI. The logs show that everything is fine. How should I debug?
Post Body
Hi folks, trying to run in a docker for the firs time and not able to connect to the UI. The logs show that everything is fine. How should I debug?
This is the source: https://github.com/qbittorrent/docker-qbittorrent-nox
Logs:
docker compose up
[ ] Running 1/1
✔ Container qbittorrent-nox Recreated 0.1s
Attaching to qbittorrent-nox
qbittorrent-nox | WebUI will be started shortly after internal preparations. Please wait...
qbittorrent-nox |
qbittorrent-nox | ******** Information ********
qbittorrent-nox | To control qBittorrent, access the WebUI at: http://localhost:3335
qbittorrent-nox |
qbittorrent-nox | The WebUI administrator username is: admin
qbittorrent-nox | The WebUI administrator password was not set. A temporary password is provided for this session: uYPAE5dju
qbittorrent-nox | You should set your own password in program preferences.
Have made only the required changes to the config:
git diff
diff --git a/docker-compose.yml b/docker-compose.yml
index ffc9fe0..581babb 100644
--- a/docker-compose.yml
b/docker-compose.yml
@@ -10,9 10,9 @@ services:
#- PAGID=10000
#- PGID=1000
#- PUID=1000
- - QBT_EULA=${QBT_EULA}
- - QBT_VERSION=${QBT_VERSION}
- - QBT_WEBUI_PORT=${QBT_WEBUI_PORT}
- QBT_EULA=accept
- QBT_VERSION=latest
- QBT_WEBUI_PORT=3335
#- TZ=UTC
#- UMASK=022
image: qbittorrentofficial/qbittorrent-nox:${QBT_VERSION}
@@ -28,5 28,5 @@ services:
- /tmp
tty: true
volumes:
- - ${QBT_CONFIG_PATH}:/config
- - ${QBT_DOWNLOADS_PATH}:/downloads
- /home/asdf/programming/docker-qbittorrent-nox/config:/config
- /home/asdf/programming/docker-qbittorrent-nox/downloads:/downloads
Author
Account Strength
100%
Account Age
5 years
Verified Email
Yes
Verified Flair
No
Total Karma
2,183
Link Karma
443
Comment Karma
1,740
Profile updated: 6 hours ago
Posts updated: 2 weeks ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/qBittorrent...