Skip to content

Commit

Permalink
Related to #10 since it's useful for watching container startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Fletcher committed Sep 23, 2022
1 parent da74108 commit f1f45cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ alias dcupd='docker-compose up -d'
# QOL aliases to make managing the stack easier
alias stack='make -e'
alias nx='stack SERVICE=nuxeo'
alias nxlogs='nx logs'
alias nxl='nx exec COMMAND="tail -f /var/log/nuxeo/server.log"'
alias nxbash='nx exec COMMAND=bash'
alias es='stack SERVICE=elasticsearch'
Expand Down

0 comments on commit f1f45cc

Please sign in to comment.