Update docker-compose.yaml
se agrega los puertos
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user