mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +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]
|
||||
- [Prometheus]
|
||||
- [ERROR - Deploy - Error response from daemon: linux mounts: path / is mounted on / but it is not a shared or slave mount]
|
||||
|
||||
<!--
|
||||
Reference
|
||||
@@ -47,3 +48,6 @@ Will be requested to change them upon first login.
|
||||
|
||||
<!-- Files -->
|
||||
[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:
|
||||
|
||||
node_exporter:
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
# sources:
|
||||
# - https://github.com/prometheus/node_exporter
|
||||
|
||||
version: '3.8'
|
||||
services:
|
||||
node_exporter:
|
||||
container_name: node_exporter
|
||||
|
||||
Reference in New Issue
Block a user