mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-27 15:39:26 +03:00
* updated: * python, * php, * flutter, * nodejs, * jdk, * go, * teamcity, * gitlab * added: * openssl 3.5.0, * android-sdk, * cmake, * qbittorrent * clang
18 lines
418 B
YAML
18 lines
418 B
YAML
services:
|
|
qbittorrent:
|
|
image: epicmorg/qbittorrent:latest
|
|
restart: always
|
|
container_name: qbittorrent
|
|
ports:
|
|
- "0.0.0.0:8282:8282"
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime
|
|
- /etc/timezone:/etc/timezone
|
|
- /etc/letsencrypt:/etc/letsencrypt
|
|
- /opt/qbittorrent/profiles:/opt/qbittorrent/profiles
|
|
tmpfs:
|
|
- /tmp
|
|
environment:
|
|
- QBT_PROFILE_NAME=docker
|
|
|