change entrypoing

This commit is contained in:
knoflook 2021-11-01 17:38:13 +01:00
parent 4592c27319
commit ba3b4bfd4f
Signed by: knoflook
GPG Key ID: D6A1D0E8FC4FEF1C
2 changed files with 4 additions and 2 deletions

View File

@ -11,9 +11,10 @@ services:
- croc_pass
configs:
- source: croc_entrypoint
target: /croc-entrypoint.sh
target: /abra-entrypoint.sh
mode: 0555
entrypoint:
- /abra-entrypoint.sh
secrets:
croc_pass:

View File

@ -13,3 +13,4 @@ else
exit 1
fi
/croc-entrypoint.sh "$@"