From 654ca7fe85dba1876eb9b3ef170808881515b23f Mon Sep 17 00:00:00 2001 From: Stefan Nilsson Date: Tue, 11 Feb 2025 15:12:56 +0100 Subject: [PATCH] Changed notworking to make wol work --- compose.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index fd91043..a5c4b1a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,10 +4,16 @@ services: api: build: . container_name: proxmox_api + networks: + - api ports: - - "8000:8000" + - "8008:8000" volumes: - ./servers.db:/app/servers.db environment: - PYTHONUNBUFFERED=1 restart: unless-stopped + +networks: + api: + driver: host \ No newline at end of file