set network_mode = host

This commit is contained in:
Patrick Asmus (ws06-vm) 2025-05-19 20:08:45 +02:00
parent 726dd8947d
commit 05ac92b7ba

View File

@ -3,6 +3,7 @@ services:
image: repo.techniverse.net/docker-hosted/tor-docker:latest image: repo.techniverse.net/docker-hosted/tor-docker:latest
container_name: tor-project container_name: tor-project
hostname: tor-project hostname: tor-project
network_mode: host
ports: ports:
- "9001:9001" - "9001:9001"
- "9030:9030" - "9030:9030"