2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00
vinyldns/bin/docker-up-dns-server.sh
2018-07-31 14:26:07 -04:00

6 lines
246 B
Bash
Executable File

#!/bin/bash
DIR=$( cd $(dirname $0) ; pwd -P )
echo "Starting ONLY the bind9 server. To start an api server use the api server script"
docker-compose -f $DIR/../docker/docker-compose-func-test.yml --project-directory $DIR/../docker up -d bind9