version: '3.7' services: server: build: . environment: TCGUI_IP: 0.0.0.0 TCGUI_PORT: 5000 ports: - 5000:5000 cap_add: - NET_ADMIN ## Uncomment if you want to control the traffic of the host machine: network_mode: host