update rclone-gui

This commit is contained in:
kadma
2025-03-24 11:03:57 -05:00
committed by GitHub
parent c0522c5870
commit 950a1704ee
2 changed files with 6 additions and 6 deletions

View File

@@ -5,9 +5,11 @@ services:
context: .
dockerfile: Dockerfile
container_name: rclone-gui
ports:
- 5572:5572
environment:
- USER_RCLONE=adm
- PASSWORD_RCLONE=pass
volumes:
- /path/to/config:/root/.config/rclone
restart: unless-stopped
network_mode: bridge
hostname: rclone-gui