mirror of
https://github.com/unraid/api.git
synced 2026-01-15 05:00:16 -06:00
feat: fix exit hook and cleanup docker scripts (#758)
* feat: cleanup docker scripts * feat: make logging directory if non-existent to fix stop behavior
This commit is contained in:
4
api/scripts/dc.sh
Executable file
4
api/scripts/dc.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Pass all entered params after the docker-compose call
|
||||
GIT_SHA=$(git rev-parse --short HEAD) IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match || echo '') docker-compose -f docker-compose.yml "$@"
|
||||
Reference in New Issue
Block a user