demo01/compose-demo01.yml

20 lines
452 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

version: '3.9'
name: demo01
#Grafana官方提供模板地址https://grafana.com/grafana/dashboards
services:
demo01:
image: docker.io/library/demo01:1.0
container_name: demo01
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- y9-share-net
ports:
- "7055:7055"
#volumes:
# - d:/docker-data/grafana:/var/lib/grafana
networks:
y9-share-net:
external: true