fix docker compose deploy command

This commit is contained in:
simon 2022-10-21 12:11:03 +07:00
parent 9e58da06e4
commit 23c4a36737
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function sync_docker {
web "$remote_host":docker/
ssh "$remote_host" 'docker build -t bbilly1/lpb-air:latest docker/web'
ssh "$remote_host" 'docker-compose -f docker/docker-compose.yml up -d'
ssh "$remote_host" 'docker compose -f docker/docker-compose.yml up -d'
}