Remove hostnames

This commit is contained in:
ViViDboarder 2020-02-12 18:36:29 -08:00
parent 301eb6937e
commit 38a32c7ea9
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ services:
image: "$DOCKER_IMAGE"
entrypoint: "bash"
command: ["/test.sh"]
hostname: itest
environment:
IN_CONTAINER: 'true'
SKIP_ON_START: 'true'
@ -20,7 +19,6 @@ services:
minio:
image: minio/minio
command: server /data
hostname: minio
expose:
- "9000"
environment: