Changed notworking to make wol work
This commit is contained in:
parent
a0bdb57b79
commit
654ca7fe85
@ -4,10 +4,16 @@ services:
|
|||||||
api:
|
api:
|
||||||
build: .
|
build: .
|
||||||
container_name: proxmox_api
|
container_name: proxmox_api
|
||||||
|
networks:
|
||||||
|
- api
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8008:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./servers.db:/app/servers.db
|
- ./servers.db:/app/servers.db
|
||||||
environment:
|
environment:
|
||||||
- PYTHONUNBUFFERED=1
|
- PYTHONUNBUFFERED=1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
api:
|
||||||
|
driver: host
|
Loading…
Reference in New Issue
Block a user