Skip to content

Commit

Permalink
switch example to awx3
Browse files Browse the repository at this point in the history
  • Loading branch information
muayyad-alsadi committed Jun 17, 2019
1 parent 9f618c6 commit 84a344a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 69 deletions.
67 changes: 0 additions & 67 deletions examples/awx-hostnet-localhost/docker-compose.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:

awx_web:
# image: "geerlingguy/awx_web:latest"
image: "ansible/awx_web:latest"
image: "ansible/awx_web:3.0.1"
links:
- rabbitmq
- memcached
Expand All @@ -43,7 +43,7 @@ services:

awx_task:
# image: "geerlingguy/awx_task:latest"
image: "ansible/awx_task:latest"
image: "ansible/awx_task:3.0.1"
links:
- rabbitmq
- memcached
Expand Down

0 comments on commit 84a344a

Please sign in to comment.