Skip to content
Snippets Groups Projects
Unverified Commit 769b969b authored by capossele's avatar capossele
Browse files

:whale: Fix typo

parent 02059ff3
Branches
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ services:
command: >
--config-dir=/tmp
--database.directory=/tmp/mainnetdb
--node.enablePlugins=bootstrap, prometheus
--node.enablePlugins=bootstrap,prometheus
volumes:
- ./config.docker.json:/tmp/config.json:ro
- goshimmer-cache:/go
......@@ -71,7 +71,7 @@ services:
image: prom/prometheus:latest
container_name: prometheus
ports:
- "127.0.0.19090:9090/tcp"
- "127.0.0.1:9090:9090/tcp"
command:
- --config.file=/etc/prometheus/prometheus.yml
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment