mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
qbt locale fix
This commit is contained in:
parent
16e30f4dcb
commit
7eb8b2535b
@ -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
|
|
4
qbittorrent/latest/Makefile.unstable
Normal file
4
qbittorrent/latest/Makefile.unstable
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
all: emgqb
|
||||||
|
emgqb:
|
||||||
|
docker build --compress -t epicmorg/qbittorrent:unstable .
|
||||||
|
docker push epicmorg/qbittorrent:unstable
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user