Update testing/docker-compose.yaml
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: registry.ghostklart.com/ubuntu/testing:latest
|
image: ${DOCKER_REPO}/${IMAGENAME}:${IMAGEVER}
|
||||||
container_name: gluster-1
|
container_name: gluster-1
|
||||||
hostname: gluster-1
|
hostname: gluster-1
|
||||||
user: root:root
|
user: root:root
|
||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: registry.ghostklart.com/ubuntu/testing:latest
|
image: ${DOCKER_REPO}/${IMAGENAME}:${IMAGEVER}
|
||||||
container_name: gluster-2
|
container_name: gluster-2
|
||||||
hostname: gluster-2
|
hostname: gluster-2
|
||||||
user: root:root
|
user: root:root
|
||||||
@@ -66,7 +66,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: registry.ghostklart.com/ubuntu/testing:latest
|
image: ${DOCKER_REPO}/${IMAGENAME}:${IMAGEVER}
|
||||||
container_name: gluster-3
|
container_name: gluster-3
|
||||||
hostname: gluster-3
|
hostname: gluster-3
|
||||||
user: root:root
|
user: root:root
|
||||||
|
|||||||
Reference in New Issue
Block a user