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

Need absolute path for Fabio conf using $(pwd) #1

Open
mwiater opened this issue Jun 10, 2023 · 0 comments
Open

Need absolute path for Fabio conf using $(pwd) #1

mwiater opened this issue Jun 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mwiater
Copy link
Owner

mwiater commented Jun 10, 2023

E.g., from: docker run -it --rm -p 9000:9000 -p 9001:9001 -v ./fabio.properties:/etc/fabio/fabio.properties --name=golangconsuldiscovery-fabiolb fabiolb/fabio

To: docker run -it --rm -p 9000:9000 -p 9001:9001 -v $(pwd)/fabio.properties:/etc/fabio/fabio.properties --name=golangconsuldiscovery-fabiolb fabiolb/fabio

https://github.com/mwiater/golangconsuldiscovery/blob/main/scripts/docker_run_consul_discovery.sh

@mwiater mwiater added the bug Something isn't working label Jun 10, 2023
@mwiater mwiater self-assigned this Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant