mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-01 20:12:08 +03:00
7 lines
152 B
Bash
7 lines
152 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
CONTAINER_NAME=graphql-remote-server
|
||
|
|
||
|
echo "Stopping graphql remote server container: $CONTAINER_NAME"
|
||
|
docker stop $CONTAINER_NAME
|