|
@@ -64,7 +64,7 @@ services:
|
|
|
- ./docker-config
|
|
|
command: ["/opt/hadoop/bin/ozone","s3g"]
|
|
|
scm:
|
|
|
- image: apache/ozone-runner:latest:${HADOOP_RUNNER_VERSION}
|
|
|
+ image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
|
|
hostname: scm
|
|
|
volumes:
|
|
|
- ../..:/opt/hadoop
|
|
@@ -120,4 +120,4 @@ services:
|
|
|
- 4040:4040
|
|
|
env_file:
|
|
|
- docker-config
|
|
|
- command: ["watch","-n","100000","ls"]
|
|
|
+ command: ["watch","-n","100000","ls"]
|