📜  docker compose 保持容器运行 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:20.630000             🧑  作者: Mango

代码示例1
version: '2'
services:
  my-test:
    image: ubuntu
    command: tail -F anything