docker-compose.yml 88 B

123456
  1. simple:
  2. image: busybox:1.31.0-uclibc
  3. command: /bin/sleep 300
  4. ports:
  5. - '3000'