2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-03 09:05:24 +03:00

19 lines
432 B
YAML
Raw Normal View History

2024-06-21 16:22:11 +03:00
#version: '3'
2021-06-02 02:41:35 +03:00
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