docker-compose.yml 81 B

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