Remove host mode

I'm not sure this is actually required.
This commit is contained in:
Tarrgon
2025-05-28 11:03:04 -04:00
parent e0efb86dce
commit 4a455da42e
-1
View File
@@ -2,7 +2,6 @@ services:
discordbotrewrite: discordbotrewrite:
restart: always restart: always
build: . build: .
network_mode: host
env_file: '.env' env_file: '.env'
ports: ports:
- "8000:8000" - "8000:8000"