Changed notworking to make wol work

This commit is contained in:
Stefan Nilsson 2025-02-11 15:12:56 +01:00
parent a0bdb57b79
commit 654ca7fe85

View File

@ -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