Replies: 1 comment 2 replies
-
Hello, Thank you |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Each website should be separated into its own bash file based on the existing network tunnel file. In the 'networks.txt' file, there are lines containing container names of the network. I've noticed that running multiple proxies and websites at the same time significantly increases the completion time. Instead, we can first run and create the network tunnel containers, and then create the containers for various websites. By using individual bash files corresponding to each website, the overall task completion time can be significantly reduced.
Beta Was this translation helpful? Give feedback.
All reactions