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