Fix docker compose setup exposing ports to outside world by default
This commit is contained in:
parent
92eb6c8ca1
commit
1945f5a0b7
1 changed files with 3 additions and 2 deletions
|
@ -28,13 +28,14 @@ services:
|
|||
- ./data:/home/service-0net/data
|
||||
ports:
|
||||
- "26552:26552"
|
||||
- "43110:43110"
|
||||
- "127.0.0.1:43110:43110"
|
||||
depends_on:
|
||||
- tor
|
||||
environment:
|
||||
TOR_ENABLED: enable
|
||||
<<: *tor-environments
|
||||
|
||||
# integrated container with tor
|
||||
0net-tor:
|
||||
tty: true
|
||||
stdin_open: true
|
||||
|
@ -48,7 +49,7 @@ services:
|
|||
- ./data:/home/service-0net/data
|
||||
ports:
|
||||
- "26552:26552"
|
||||
- "43110:43110"
|
||||
- "127.0.0.1:43110:43110"
|
||||
|
||||
networks:
|
||||
0net-network:
|
||||
|
|
Loading…
Reference in a new issue