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