Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI-1265: Ability to specify port for push:database and pull:database #1678

Open
joelsteidl opened this issue Feb 8, 2024 · 0 comments
Open

Comments

@joelsteidl
Copy link

Currently, it doesn't seem possible to specify a port for push:database and pull:database. Sometimes with Docker containers, etc specifying a non-standard DB port would be great.

For push:database I could hack a port in there export ACLI_DB_HOST="127.0.0.1 --port=49575" but pull:database seems more locked down.

I also tried 127.0.0.1:49575 without success.

If it's possible and I'm missing something, please let me know. Thanks!

@github-actions github-actions bot changed the title Ability to specify port for push:database and pull:database CLI-1265: Ability to specify port for push:database and pull:database Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant