Hannes Kuchelmeister
commited on
Commit
•
ac6b398
1
Parent(s):
87ce9cb
add host networking
Browse files
annotation-preprocessing/docker-compose.yml
CHANGED
@@ -7,4 +7,4 @@ services:
|
|
7 |
- ./in/:/usr/src/app/in:z
|
8 |
env_file:
|
9 |
- .env
|
10 |
-
|
|
|
7 |
- ./in/:/usr/src/app/in:z
|
8 |
env_file:
|
9 |
- .env
|
10 |
+
network_mode: host # use host networking; you can also just link container networks directly
|