Skip to content

Commit a425215

Browse files
authored
Update README.md
1 parent 33bdfe3 commit a425215

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,13 @@ In order to **containerize and deploy** this tool, with *docker engine installed
237237
docker build -t "wol_api" .
238238
docker run -d --name "WoL_API" -p 7800:7800/tcp "wol_api"
239239

240+
Create a *new folder* called **target**, and put inside your generated **wol.jar**.
241+
242+
You should have a structure similar to this one:
243+
244+
![imagen](https://github.com/user-attachments/assets/c1096623-9eb1-4ce9-b2bb-4727730c8b3a)
245+
246+
240247
Add **permission** to deploy.sh to run it:
241248

242249
sudo chmod 755 deploy.sh
@@ -247,7 +254,7 @@ Then just **run** the deploy script:
247254

248255
![imagen](https://github.com/user-attachments/assets/9b983397-fbfa-4aef-9d5d-f7f190d79da9)
249256

250-
You should now have a *running container* called **WoL_API**.
257+
You should now have a *running container* called **WoL_API** and endpoint **https://0.0.0.0:7800/** should now be accessible.
251258

252259
## Remote Shutdown API Service
253260
From version *0.0.8* onwards, this API is compatible with this project **[Remote Shutdown API Service](https://github.com/elModo7/Remote-Shutdown-API)**.

0 commit comments

Comments
 (0)