mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 21:26:44 +02:00
9 lines
205 B
YAML
9 lines
205 B
YAML
# Compose override to add --debug option to bin/srv.py
|
|
# call to print tracebacks on errors to stdout.
|
|
#
|
|
# See https://docs.docker.com/compose/extends/
|
|
version: '2'
|
|
services:
|
|
app:
|
|
command: "--debug"
|