chore: remove network mode

This commit is contained in:
willem.serruys
2025-12-29 06:12:26 +01:00
parent de6558ec7e
commit 99b6663a27
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@@ -15,3 +15,5 @@ config/
[Rr]eleases/ [Rr]eleases/
[Oo]bj/ [Oo]bj/
.aider*
.env

View File

@@ -139,4 +139,3 @@ services:
build: build:
context: . context: .
dockerfile: ./dockerfiles/power_control.Dockerfile dockerfile: ./dockerfiles/power_control.Dockerfile
network_mode: "host"