7 lines
106 B
YAML
7 lines
106 B
YAML
services:
|
|
ubuntu-shell:
|
|
build: .
|
|
mem_limit: ${MEM_LIMIT:-8g}
|
|
stdin_open: true
|
|
tty: true
|