diff --git a/qbittorrent/latest/Makefile b/qbittorrent/latest/Makefile index 2817a6db4..0f3f4b602 100644 --- a/qbittorrent/latest/Makefile +++ b/qbittorrent/latest/Makefile @@ -1,6 +1,4 @@ all: emgqb emgqb: docker build --compress -t epicmorg/qbittorrent:latest . - docker push epicmorg/qbittorrent:latest - docker build --compress -t epicmorg/qbittorrent:unstable . - docker push epicmorg/qbittorrent:unstable + docker push epicmorg/qbittorrent:latest \ No newline at end of file diff --git a/qbittorrent/latest/Makefile.unstable b/qbittorrent/latest/Makefile.unstable new file mode 100644 index 000000000..23be3ca19 --- /dev/null +++ b/qbittorrent/latest/Makefile.unstable @@ -0,0 +1,4 @@ +all: emgqb +emgqb: + docker build --compress -t epicmorg/qbittorrent:unstable . + docker push epicmorg/qbittorrent:unstable diff --git a/qbittorrent/latest/entrypoint.sh b/qbittorrent/latest/entrypoint.sh index 12d1f9b45..1f88e6343 100755 --- a/qbittorrent/latest/entrypoint.sh +++ b/qbittorrent/latest/entrypoint.sh @@ -3,5 +3,7 @@ : ${QBT_PROFILES_DIR:=/opt/qbittorrent/profiles} : ${QBT_PROFILE_NAME:=docker} +export LC_ALL=ru_RU.UTF-8 + echo "Starting qBitTorrent..." qbittorrent-nox --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=8282 \ No newline at end of file diff --git a/qbittorrent/stable/entrypoint.sh b/qbittorrent/stable/entrypoint.sh index 12d1f9b45..1f88e6343 100755 --- a/qbittorrent/stable/entrypoint.sh +++ b/qbittorrent/stable/entrypoint.sh @@ -3,5 +3,7 @@ : ${QBT_PROFILES_DIR:=/opt/qbittorrent/profiles} : ${QBT_PROFILE_NAME:=docker} +export LC_ALL=ru_RU.UTF-8 + echo "Starting qBitTorrent..." qbittorrent-nox --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=8282 \ No newline at end of file