set fixed container names

This commit is contained in:
AlanCoding
2018-11-26 08:08:59 -05:00
parent d310c48988
commit 0b32733dc8
3 changed files with 15 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
version: '3'
version: '2'
services:
# Primary Tower Development Container link
awx:
@@ -9,6 +9,7 @@ services:
# Isolated Rampart Container
isolated:
image: ${DEV_DOCKER_TAG_BASE}/awx_isolated:${TAG}
container_name: tools_isolated_1
hostname: isolated
volumes:
- "../awx/main/expect:/awx_devel"