You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
387 B

version: "3"
services:
rclone_rclone:
image: rclone/rclone
container_name: rclone-ui
restart: unless-stopped
command: rcd --rc-web-gui --rc-addr :5572 --rc-user lunchbox --rc-pass testing
ports:
- "5572:5572"
volumes:
- ./config:/config/rclone
- ./logs:/logs
environment:
- PHP_TZ=America/Chicago
- PUID=1000
- PGID=1000