I have this simple docker-compose.yml file: version: '3.8' services: bot: build: dockerfile: Dockerfile context: . links: - redis ...
確定! 回上一頁