Promotheus is on port 9090

This commit is contained in:
Girish Ramakrishnan 2020-11-10 14:40:38 -08:00
parent 5af9a0f46e
commit dfe34d217c
2 changed files with 1 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"id": "io.prometheus.cloudronapp",
"author": "Erik Tadevosyan",
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
"httpPort": 9090,
"icon": "logo.png",
"addons": {
"localstorage": {},

View file

@ -1,7 +1,5 @@
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
EXPOSE 8000
RUN mkdir -p /app/data/runtime /app/data/config && \
chown -R cloudron:cloudron /app/data/runtime /app/data/config