Added base directories, configs, and script
This commit is contained in:
4
data/docker/default/compose/down
Executable file
4
data/docker/default/compose/down
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
CURRENT_PATH="$(dirname -- "${BASH_SOURCE[0]}")"
|
||||
docker-compose -f $CURRENT_PATH/docker-compose.yml down
|
Reference in New Issue
Block a user