Skip to content

Commit

Permalink
Update .bash_aliases.example
Browse files Browse the repository at this point in the history
Remove extra space
  • Loading branch information
trjohnson19 authored Mar 21, 2024
1 parent 3fc3ed3 commit a58faea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_aliases.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ alias dcrec2='dcrun2 up -d --force-recreate'
alias dcbuild2='dcrun2 build --pull --no-cache'
alias dcstop2='dcrun2 stop'
alias dcrestart2='dcrun2 restart '
alias dcpull2='cd /path/to/docker ; sudo docker compose -f /path/to/docker/docker compose-t2.yml pull'
alias dcpull2='cd /path/to/docker ; sudo docker compose -f /path/to/docker/docker compose-t2.yml pull'
alias dcedit2='cd /path/to/docker ; nano docker compose-t2.yml'

0 comments on commit a58faea

Please sign in to comment.