Skip to content

Commit

Permalink
Fix editable dependencies volume name
Browse files Browse the repository at this point in the history
Spelling of docker volume fix.
  • Loading branch information
chrismeyersfsu committed Jan 15, 2025
1 parent 211339c commit c185ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker-compose/editable_dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ ln -s ../ansible-runner tools/docker-compose/editable_dependencies/

Simply removing the symlink from `tools/docker-compose/editable_dependencies` **will cause problem**!

and the volume `tools_awx_var_lib` needs to be deleted as well with
and the volume `tools_var_lib_awx` needs to be deleted as well with

```bash
make docker-compose-down
docker volume rm tools_awx_var_lib
docker volume rm tools_var_lib_awx
```

0 comments on commit c185ff5

Please sign in to comment.