mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
docker-compose -f $CURDIR/docker/docker-compose.yml down
|