mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-17 11:56:28 +02:00
update ambari
This commit is contained in:
parent
f265a1bab5
commit
a254181fae
@ -35,7 +35,7 @@ Waiting for server start........................
|
|||||||
Server started listening on 8080
|
Server started listening on 8080
|
||||||
Ambari Server 'start' completed successfully.
|
Ambari Server 'start' completed successfully.
|
||||||
|
|
||||||
$ curl http://localhost:8080
|
$ curl http://localhost:8080/
|
||||||
```
|
```
|
||||||
|
|
||||||
[1]: https://ambari.apache.org/
|
[1]: https://ambari.apache.org/
|
||||||
|
@ -7,6 +7,8 @@ services:
|
|||||||
hostname: ambari-server
|
hostname: ambari-server
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
- "8440:8440"
|
||||||
|
- "8441:8441"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/ambari:/etc/ambari-server/conf
|
- ./data/ambari:/etc/ambari-server/conf
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user