mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
gitlab: added bash command to start a interactive bash shell
This commit is contained in:
parent
40886d11c5
commit
ce82c1ffed
@ -165,6 +165,7 @@ gitlab_help () {
|
||||
echo " start - Starts the gitlab server (default)"
|
||||
echo " initialize - Initialize the database."
|
||||
echo " migrate - Migrate the database."
|
||||
echo " bash - Start interactive bash shell."
|
||||
echo " help - Displays the help"
|
||||
}
|
||||
|
||||
@ -178,6 +179,9 @@ case "$1" in
|
||||
migrate)
|
||||
db_migrate
|
||||
;;
|
||||
bash)
|
||||
/bin/bash -i
|
||||
;;
|
||||
help|*)
|
||||
gitlab_help
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user