From 364c8b582c5879cbd711393de9edce1d112cb9fc Mon Sep 17 00:00:00 2001 From: vulcain Date: Mon, 15 Jun 2026 00:47:00 +0200 Subject: [PATCH] network declaration --- compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 388c094..ecf7151 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,4 +10,7 @@ services: - ./tor.env network_mode: host networks: - - ${TOR} \ No newline at end of file + - ${TOR} + +networks: + tor: \ No newline at end of file