mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix: remove deprecated version key from docker compositions
This commit is contained in:
@@ -34,6 +34,7 @@ Will be requested to change them upon first login.
|
|||||||
|
|
||||||
- [Grafana]
|
- [Grafana]
|
||||||
- [Prometheus]
|
- [Prometheus]
|
||||||
|
- [ERROR - Deploy - Error response from daemon: linux mounts: path / is mounted on / but it is not a shared or slave mount]
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Reference
|
Reference
|
||||||
@@ -47,3 +48,6 @@ Will be requested to change them upon first login.
|
|||||||
|
|
||||||
<!-- Files -->
|
<!-- Files -->
|
||||||
[prometheus' configuration file]: prometheus/prometheus.yml
|
[prometheus' configuration file]: prometheus/prometheus.yml
|
||||||
|
|
||||||
|
<!-- Others -->
|
||||||
|
[error - deploy - error response from daemon: linux mounts: path / is mounted on / but it is not a shared or slave mount]: https://github.com/prometheus/node_exporter/issues/2002#issuecomment-802753422
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
---
|
---
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
node_exporter:
|
node_exporter:
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
# sources:
|
# sources:
|
||||||
# - https://github.com/prometheus/node_exporter
|
# - https://github.com/prometheus/node_exporter
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
services:
|
services:
|
||||||
node_exporter:
|
node_exporter:
|
||||||
container_name: node_exporter
|
container_name: node_exporter
|
||||||
|
|||||||
Reference in New Issue
Block a user