media-stack/pre-deploy.sh

3 lines
134 B
Bash
Raw Normal View History

2022-07-18 12:38:33 +00:00
#!/usr/bin/env bash
docker network ls | grep -i mynetwork || docker network create mynetwork # Create network if not already exist