Debian Stretch in Docker container
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
187 B

2 years ago
  1. version: "3.9"
  2. services:
  3. os:
  4. image: "debian:stretch"
  5. stdin_open: true
  6. tty: true
  7. restart: unless-stopped
  8. command: tail -F anything
  9. ports:
  10. - "8080:8080"