first commit
This commit is contained in:
13
compose.yml
Normal file
13
compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
wol:
|
||||
image: "huakunshen/wol"
|
||||
container_name: wol-web
|
||||
network_mode: host
|
||||
volumes:
|
||||
- wol_data:/app/pb_data
|
||||
environment:
|
||||
- SUPERUSER_EMAIL=root@example.com
|
||||
- SUPERUSER_PASSWORD=changeme
|
||||
- PORT=8090
|
||||
volumes:
|
||||
wol_data:
|
||||
Reference in New Issue
Block a user