-
Notifications
You must be signed in to change notification settings - Fork 249
Utilized min function for verbosity line 25 #46
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change will actually remove useful code. Please look at the other service definitions in this file. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,9 +13,6 @@ services: | |
| tty: true | ||
| command: ["/bin/zsh"] | ||
| volumes: | ||
| - ${HOME}/.gitconfig:/home/ubuntu/.gitconfig | ||
| - ${HOME}/.ssh:/home/ubuntu/.ssh | ||
| - ${PWD}:/app | ||
|
Comment on lines
-16
to
-18
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is for local credentials and allows development entirely within the safety of the container. |
||
| - /var/run/docker.sock:/var/run/docker.sock | ||
| network_mode: "host" | ||
|
|
||
|
|
||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good changes!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is from an existing branch and is not needed here - once that branch is merged.