mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +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
|
||||
Ambari Server 'start' completed successfully.
|
||||
|
||||
$ curl http://localhost:8080
|
||||
$ curl http://localhost:8080/
|
||||
```
|
||||
|
||||
[1]: https://ambari.apache.org/
|
||||
|
@ -7,6 +7,8 @@ services:
|
||||
hostname: ambari-server
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8440:8440"
|
||||
- "8441:8441"
|
||||
volumes:
|
||||
- ./data/ambari:/etc/ambari-server/conf
|
||||
extra_hosts:
|
||||
|
Loading…
Reference in New Issue
Block a user