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

Enable users to set flags when executing the Docker image for customizability #70

Open
gridhead opened this issue Mar 6, 2021 · 0 comments
Labels
anatomy Changes are more than what meets the eye enhancement New feature or request refactoring Implement the same thing but in a better way

Comments

@gridhead
Copy link
Owner

gridhead commented Mar 6, 2021

The frontend service provides a lot of myriad options for the users to tweak.

(venv) [t0xic0der@ToxicDragon supervisor-frontend-service]$ python3 main.py --help
Usage: main.py [OPTIONS]

  Main function

Options:
  -p, --portdata TEXT  Set the port value [0-65536]
  -6, --ipprotv6       Start the server on an IPv6 address
  -4, --ipprotv4       Start the server on an IPv4 address
  --version            Show the version and exit.
  --help               Show this message and exit.

Although the default settings work just fine, the correct way of execution would be by providing flags to the users for image execution.

@gridhead gridhead added enhancement New feature or request anatomy Changes are more than what meets the eye refactoring Implement the same thing but in a better way labels Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
anatomy Changes are more than what meets the eye enhancement New feature or request refactoring Implement the same thing but in a better way
Projects
None yet
Development

No branches or pull requests

1 participant