mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-14 10:34:20 +02:00
Merge pull request #505 from afreydev/fix-docker-test
Added network host
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -136,7 +136,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Add stdin link
|
- name: Add stdin link
|
||||||
run: |
|
run: |
|
||||||
echo "http://www.test-nginx-2.local" | docker run -i -v "$PWD"/data:/data archivebox add
|
echo "http://www.test-nginx-2.local" | docker run -i --network host -v "$PWD"/data:/data archivebox add
|
||||||
|
|
||||||
- name: List links
|
- name: List links
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user