Fix editable dependencies volume name

Spelling of docker volume fix.
This commit is contained in:
Chris Meyers 2025-01-15 12:59:14 -05:00
parent 211339ce73
commit c185ff51a7

View File

@ -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
```