Skip to content

Commit

Permalink
Workaround for #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Fletcher committed Sep 23, 2022
1 parent c4ab392 commit da74108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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 nxl='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'
alias mongodb='stack SERVICE=mongo'
Expand Down

0 comments on commit da74108

Please sign in to comment.