added network mode

This commit is contained in:
2022-01-24 11:29:06 +01:00
parent 205e3a9a03
commit d5e3471e1d
+1
View File
@@ -11,6 +11,7 @@ services:
- 'checkmk.env' # site creation - 'checkmk.env' # site creation
container_name: checkmk container_name: checkmk
restart: always restart: always
network_mode: "host"
volumes: volumes:
- '/etc/localtime:/etc/localtime:ro' - '/etc/localtime:/etc/localtime:ro'
- '/volume1/docker/omd-sites:/omd/sites' # folder mapping for local sites - '/volume1/docker/omd-sites:/omd/sites' # folder mapping for local sites