version: "3.9" services: os: image: "debian:stretch" stdin_open: true tty: true restart: unless-stopped command: tail -F anything ports: - "8080:8080"