update rclone-gui
This commit is contained in:
@@ -2,7 +2,7 @@ FROM ubuntu
|
|||||||
|
|
||||||
RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget -y
|
RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget -y
|
||||||
|
|
||||||
ENV URL_DESCARGA_RCLONE="https://downloads.rclone.org/v1.67.0/rclone-v1.67.0-linux-amd64.deb"
|
ENV URL_DESCARGA_RCLONE="https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb"
|
||||||
|
|
||||||
EXPOSE 5572
|
EXPOSE 5572
|
||||||
|
|
||||||
@@ -10,9 +10,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN wget $URL_DESCARGA_RCLONE
|
RUN wget $URL_DESCARGA_RCLONE
|
||||||
|
|
||||||
RUN dpkg -i rclone-v1.67.0-linux-amd64.deb
|
RUN dpkg -i rclone-v1.69.1-linux-amd64.deb
|
||||||
|
|
||||||
ENV USER_RCLONE=adm PASSWORD_RCLONE=pass
|
|
||||||
|
|
||||||
RUN wget https://raw.githubusercontent.com/kadma/pruebasdocker/main/rclone-gui/test.sh
|
RUN wget https://raw.githubusercontent.com/kadma/pruebasdocker/main/rclone-gui/test.sh
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,11 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: rclone-gui
|
container_name: rclone-gui
|
||||||
ports:
|
environment:
|
||||||
- 5572:5572
|
- USER_RCLONE=adm
|
||||||
|
- PASSWORD_RCLONE=pass
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/root/.config/rclone
|
- /path/to/config:/root/.config/rclone
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
|
hostname: rclone-gui
|
||||||
Reference in New Issue
Block a user