diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,4 +38,4 @@ if [ -z "$MTU" ]; then fi echo "starting docker operations" -${DOCKER_COMPOSE_EXE} up -d +${DOCKER_COMPOSE_EXE} up -d --build |