executing dockers as host
This commit is contained in:
@@ -2,9 +2,11 @@ version: '3'
|
||||
services:
|
||||
redis-server:
|
||||
image: 'redis'
|
||||
network_mode: "host"
|
||||
restart: "no"
|
||||
klaus:
|
||||
restart: "no"
|
||||
network_mode: "host"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user