Monitoring Stack: update network configuration
This commit is contained in:
parent
a41ae0ebe9
commit
70fec9b2c3
1 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,14 @@
|
||||||
name: monitoring-stack
|
name: monitoring-stack
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
monitoring:
|
default:
|
||||||
|
name: monitoring_net
|
||||||
|
driver: bridge
|
||||||
|
external: true
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.16.2.0/24
|
||||||
|
gateway: 172.16.2.1
|
||||||
|
|
||||||
services:
|
services:
|
||||||
##############################################
|
##############################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue