mirror of
https://gh.wpcy.net/https://github.com/aspirepress/infrastructure.git
synced 2026-07-16 11:36:40 +08:00
5 lines
62 B
Bash
Executable file
5 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
exec docker compose down "$@"
|