Skip to content

Commit

Permalink
Move ops/alias-docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Nov 7, 2023
1 parent adbeee5 commit 3d076b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ More details are in the [wiki](https://github.com/johnshaughnessy/track/wiki).
Source the script that creates an alias for docker compose:

```sh
source bin/alias-docker-compose
source ops/alias-docker-compose
```

Build the docker dev environment:
Expand Down
2 changes: 1 addition & 1 deletion bin/alias-docker-compose → ops/alias-docker-compose
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Usage:
# source ./bin/alias-docker-compose
# source ./ops/alias-docker-compose
#
# Then you can run docker compose commands such as
#
Expand Down

0 comments on commit 3d076b2

Please sign in to comment.