Skip to content

Instantly share code, notes, and snippets.

@Enigo
Created January 23, 2023 10:03
Show Gist options
  • Save Enigo/2e8cd9347e2e42709ad46ef37f3937b0 to your computer and use it in GitHub Desktop.
Save Enigo/2e8cd9347e2e42709ad46ef37f3937b0 to your computer and use it in GitHub Desktop.
#!/bin/bash
SCRIPT_PATH=$(dirname $(realpath -s $0))
echo "Stopping environment..."
docker-compose -p data-loader -f $SCRIPT_PATH/docker-compose.yaml down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment