1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

pin container images

This commit is contained in:
Jake McDermott 2018-04-09 16:30:47 -04:00 committed by GitHub
parent 150467a1cb
commit dd5a34ce3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
version: '2'
services:
hub:
image: selenium/hub
image: selenium/hub:3.8.1-erbium
ports:
- 4444:4444
chrome:
image: selenium/node-chrome
image: selenium/node-chrome:3.8.1-erbium
# uncomment the two lines below to make tests watchable at vnc://localhost:secret@localhost:5900
# image: selenium/node-chrome-debug
# ports: ['5900:5900']