mailcow dockerized
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
. mailcow.conf
|
||||
|
||||
if [[ -z $(docker network ls --filter "name=${DOCKER_NETWORK}" -q) ]]; then
|
||||
docker network create ${DOCKER_NETWORK} --subnet ${DOCKER_SUBNET}
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
Reference in New Issue
Block a user