You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker@Azeroth ~/apps $ cat qbt-podman-compose.yaml
---
services:
qbt:
container_name: qbittorrent-nox
image: qbittorrentofficial/qbittorrent-nox
ports:
# web ui port
- 8080:8080/tcp
# for bittorrent traffic
- 6881:6881/tcp
- 6881:6881/udp
environment:
- TZ=Europe/Sofia
- UMASK_SET=022
- QBT_EULA=accept
- QBT_VERSION=latest
- QBT_WEBUI_PORT=8080
tty: true
stop_grace_period: 30m
tmpfs:
- /tmp
volumes:
- /home/docker/apps/qbittorrent/config:/config:rw
- /data/qBittorrent/torrents:/downloads:rw
docker@Azeroth ~/apps $ podman-compose -f qbt-podman-compose.yaml up
Traceback (most recent call last):
File "/usr/local/bin/podman-compose", line 3313, in <module>
main()
File "/usr/local/bin/podman-compose", line 3309, in main
asyncio.run(async_main())
File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/usr/local/bin/podman-compose", line 3305, in async_main
await podman_compose.run()
File "/usr/local/bin/podman-compose", line 1633, in run
self._parse_compose_file()
File "/usr/local/bin/podman-compose", line 1717, in _parse_compose_file
content = normalize(content)
^^^^^^^^^^^^^^^^^^
File "/usr/local/bin/podman-compose", line 1413, in normalize
normalize_service(service)
File "/usr/local/bin/podman-compose", line 1365, in normalize_service
if "build" in service:
^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
This discussion was converted from issue #37 on May 13, 2024 11:26.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
For some reason cannot start qbt
Here are the steps and errors. I will appreciate if you can help to resolve this.
Beta Was this translation helpful? Give feedback.
All reactions