1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00

upgrade awx to 9.1.1

This commit is contained in:
kev 2020-01-21 16:19:08 +08:00
parent 681f109a24
commit 0b8e609ba8

@ -7,7 +7,7 @@ version: '2'
services:
web:
image: ansible/awx_web:9.0.1
image: ansible/awx_web:9.1.1
container_name: awx_web
hostname: awxweb
user: root
@ -26,7 +26,7 @@ services:
restart: unless-stopped
task:
image: ansible/awx_task:9.0.1
image: ansible/awx_task:9.1.1
container_name: awx_task
hostname: awx
user: root