diff options
author | Shane McDonald <me@shanemcd.com> | 2019-11-15 20:04:05 +0100 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2019-11-15 20:04:05 +0100 |
commit | de8c46cab049b58060694109c019678af9a3cde6 (patch) | |
tree | cf0fbd85f175ba81096be8b5f651fe2f8a970026 /INSTALL.md | |
parent | Add a note on upgrading (diff) | |
download | awx-de8c46cab049b58060694109c019678af9a3cde6.tar.xz awx-de8c46cab049b58060694109c019678af9a3cde6.zip |
Remove obsolote docker-compose instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/INSTALL.md b/INSTALL.md index c66150651c..3141bf4f78 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -629,14 +629,3 @@ Added instance awx to tower The AWX web server is accessible on the deployment host, using the *host_port* value set in the *inventory* file. The default URL is [http://localhost](http://localhost). You will prompted with a login dialog. The default administrator username is `admin`, and the password is `password`. - -### Maintenance using docker-compose - -After the installation, maintenance operations with docker-compose can be done by using the `docker-compose.yml` file created at the location pointed by `docker_compose_dir`. - -Among the possible operations, you may: - -- Stop AWX : `docker-compose stop` -- Upgrade AWX : `docker-compose pull && docker-compose up --force-recreate` - -See the [docker-compose documentation](https://docs.docker.com/compose/) for details. |