qbt locale fix

This commit is contained in:
Odmin 2019-11-21 03:05:48 +03:00
parent 16e30f4dcb
commit 7eb8b2535b
4 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,4 @@
all: emgqb all: emgqb
emgqb: emgqb:
docker build --compress -t epicmorg/qbittorrent:latest . docker build --compress -t epicmorg/qbittorrent:latest .
docker push epicmorg/qbittorrent:latest docker push epicmorg/qbittorrent:latest
docker build --compress -t epicmorg/qbittorrent:unstable .
docker push epicmorg/qbittorrent:unstable

View File

@ -0,0 +1,4 @@
all: emgqb
emgqb:
docker build --compress -t epicmorg/qbittorrent:unstable .
docker push epicmorg/qbittorrent:unstable

View File

@ -3,5 +3,7 @@
: ${QBT_PROFILES_DIR:=/opt/qbittorrent/profiles} : ${QBT_PROFILES_DIR:=/opt/qbittorrent/profiles}
: ${QBT_PROFILE_NAME:=docker} : ${QBT_PROFILE_NAME:=docker}
export LC_ALL=ru_RU.UTF-8
echo "Starting qBitTorrent..." echo "Starting qBitTorrent..."
qbittorrent-nox --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=8282 qbittorrent-nox --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=8282

View File

@ -3,5 +3,7 @@
: ${QBT_PROFILES_DIR:=/opt/qbittorrent/profiles} : ${QBT_PROFILES_DIR:=/opt/qbittorrent/profiles}
: ${QBT_PROFILE_NAME:=docker} : ${QBT_PROFILE_NAME:=docker}
export LC_ALL=ru_RU.UTF-8
echo "Starting qBitTorrent..." echo "Starting qBitTorrent..."
qbittorrent-nox --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=8282 qbittorrent-nox --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=8282