文件操作 - docker-compose.yml
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/netdata/build_external/scenarios/parent-child/docker-compose.yml
编辑文件内容
version: '3.3' services: agent_parent: image: debian_10_dev command: /usr/sbin/netdata -D ports: - 20000:19999 volumes: - ./parent_stream.conf:/etc/netdata/stream.conf:ro agent_child1: image: debian_9_dev command: /usr/sbin/netdata -D #ports: Removed to allow scaling #- 20001:19999 volumes: - ./child_stream.conf:/etc/netdata/stream.conf:ro agent_child2: image: fedora_30_dev command: /usr/sbin/netdata -D #ports: Removed to allow scaling #- 20002:19999 volumes: - ./child_stream.conf:/etc/netdata/stream.conf:ro
修改文件时间
将文件时间修改为当前时间的前一年
删除文件