fix: remove deprecated version key from docker compositions

This commit is contained in:
Michele Cereda
2024-11-09 12:48:24 +01:00
parent 42c126875f
commit b0f0930a51
3 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -1,6 +1,4 @@
--- ---
version: '3.8'
services: services:
node_exporter: node_exporter:

View File

@@ -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