Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Start VPN and socks before mounting ultra.
- docker compose up -d gluetun socks5
- echo "Started network related containers. These are the containers currently."
- docker ps
- echo "--------"
- # Now socks proxy is up, mount SFTP using it.
- echo "Going to mount ultra"
- ./rclone-sftp.sh
- echo "Done mounting. Here is current FS state"
- df -h
- # Start all other containers (ARR apps, librewolf)
- echo "Starting all containers"
- docker compose up -d
- echo "Done starting all containers. Here are all the containers"
- docker ps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement