mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Fix editable dependencies volume name
Spelling of docker volume fix.
This commit is contained in:
parent
211339ce73
commit
c185ff51a7
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user