#!/bin/bash EXEC_USER=work su - ${EXEC_USER} DEPLOY_PATH="/home/work/apps/wiki" cd ${DEPLOY_PATH} docker-compose up -d