cleaner this way

This commit is contained in:
2024-11-26 10:34:40 -06:00
parent a48de1b0d4
commit e9c49a4713
10 changed files with 563 additions and 0 deletions

View File

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