This commit is contained in:
2024-11-21 12:04:50 -06:00
parent 6c87ad248c
commit 0d61f87aa8
5 changed files with 433 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
docker run -d \
-p 2001:3000 \
-e "WAKAPI_PASSWORD_SALT=1234" \
-v wakapi-data-tsys:/data \
--name wakaapi-tsys \
ghcr.io/muety/wakapi:latest