webdevops / go-sync

:repeat: CLI synchronization utility to sync project files and databases for your local project with SSH and Docker support
MIT License
67 stars 12 forks source link

Add example for "hostname" in remote db #14

Open josefglatz opened 3 years ago

mediaessenz commented 1 year ago

Currently it seems, that the parameter "hostname" will be ignored.

As a workaround you can do this:

options:
  mysql:
    - "-h mysql"
  mysqldump:
    - "-h mysql"