docker-compose.yml 100 B

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