Skip to content
Snippets Groups Projects
Commit 2a9ced66 authored by jurgenhaas's avatar jurgenhaas
Browse files

Use docker-compose command line options from env variable

parent 58eb60b8
No related branches found
Tags v1.7.0
No related merge requests found
ahoyapi: v2
commands:
exec:
cmd: docker-compose exec -T --user root php "$@"
cmd: docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php "$@"
hide: true
c:
cmd: docker-compose "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment