Update docker-compose.yaml

se agrega los puertos
This commit is contained in:
kadma
2024-09-06 21:17:37 -05:00
committed by GitHub
parent 158a7ca904
commit 730ae6124a

View File

@@ -5,6 +5,8 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: rclone-gui container_name: rclone-gui
ports:
- 5572:5572
volumes: volumes:
- /path/to/config:/root/.config/rclone - /path/to/config:/root/.config/rclone
restart: unless-stopped restart: unless-stopped