Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-ulike domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/illphate/public_html/wp-includes/functions.php on line 6131

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/illphate/public_html/wp-includes/functions.php on line 6131

Deprecated: Function WP_Dependencies->add_data() was called with an argument that is deprecated since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /home/illphate/public_html/wp-includes/functions.php on line 6131
DOCKER 5X TOR BROWSER SESSIONS IMPROVED V2 MACOS ILLPHATED | Illphated Dot COM

ILLPHATED dot COM

 
 

DOCKER 5X TOR BROWSER SESSIONS IMPROVED V2 MACOS ILLPHATED

NORDVPN_ILLPHATED
SHARE THIS NOW!

illphated

python3 -m venv env
source env/bin/activate

DOCKER-COMPOSE.YML

NORDVPN_ILLPHATED

services:
tor_browser:
image: kasmweb/tor-browser:1.16.0
deploy:
replicas: 5
ports:
– “6909-6916:6901″
environment:
VNC_PW: password
LAUNCH_URL: https://illphated.com/
shm_size: 768m
restart: always
command: >
/bin/bash -c ”
(sleep $((600 + RANDOM % 60)) && kill 1) &
/dockerstartup/vnc_startup.sh

Since Docker Compose V2, the version: field at the top of docker-compose.yml is no longer needed and is ignored.
The warning you see:

csharp
Copy
Edit
WARN[0003] … docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
just means: “Hey, you don’t need version: ‘3.8’ anymore, just remove it.”

How to fix it cleanly:
Simply edit your docker-compose.yml and delete the version: ‘3.8’ line completely.

Your docker-compose.yml should now start like this:

yaml
Copy
Edit
services:
tor_browser:
image: kasmweb/tor-browser:1.16.0
deploy:
replicas: 8
ports:
– “6909-6916:6901″
environment:
VNC_PW: password
LAUNCH_URL: https://tinyurl.com/3hfeb3zu
shm_size: 768m
restart: always
command: >
/bin/bash -c ”
(sleep $((600 + RANDOM % 60)) && kill 1) &
/dockerstartup/vnc_startup.sh

✅ After that, docker-compose up -d will run without any warnings.

EmailURL

2 thoughts on “DOCKER 5X TOR BROWSER SESSIONS IMPROVED V2 MACOS ILLPHATED”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top

Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/illphate/public_html/wp-includes/functions.php on line 5481