Terminal / docker-compose.yml
goingyt's picture
Create docker-compose.yml
4ce3526 verified
raw
history blame contribute delete
185 Bytes
version: '3'
services:
web:
build: .
ports:
- "7860:7860"
depends_on:
- ubuntu
ubuntu:
image: ubuntu:20.04
command: tail -f /dev/null
tty: true