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