Changed notworking to make wol work
This commit is contained in:
parent
a0bdb57b79
commit
654ca7fe85
@ -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
|
Loading…
Reference in New Issue
Block a user