Enable localhost:port as possible URL for migration source #97
Answered
by
ethanis
s-rick
asked this question in
Feature requests
-
It would be nice,to be able to use locally running or forwarded URL as the migration source. Example of the problem:
|
Beta Was this translation helpful? Give feedback.
Answered by
ethanis
Apr 4, 2023
Replies: 1 comment 10 replies
-
@s-rick this is possible by setting the DOCKER_ARGS="--network=host" gh actions-importer audit jenkins --output-dir audit |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
ethanis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@s-rick this is possible by setting the
DOCKER_ARGS
variable before you run Actions Importer commands. For example:DOCKER_ARGS="--network=host" gh actions-importer audit jenkins --output-dir audit