specify compose file

This commit is contained in:
simon 2021-11-03 16:19:23 +07:00
parent 836f64520b
commit 7b52192ea5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ rsync --progress -a --delete-after \
web "$host":docker/
ssh "$host" 'docker build -t bbilly1/lpb-air:latest docker/web'
ssh "$host" 'docker-compose -f docker/ up -d'
ssh "$host" 'docker-compose -f docker/docker-compose.yml up -d'
##
exit 0