cat docker-compose.yml version: '3' services: reverse-proxy: image: traefik:1.7 restart: always command: --web ports: - "80:80" - "443:443" ...
確定! 回上一頁