Skip to content

Commit

Permalink
Merge pull request #15225 from opf/documentation_gitlab_add_local_net…
Browse files Browse the repository at this point in the history
…work_settings

Documentation gitlab add local network settings
  • Loading branch information
dombesz committed Apr 15, 2024
2 parents c1fd2c1 + 9eefe37 commit 592dbf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ As a quick-start, you can use this command to start clamav with local volume mou
```bash
docker run -it --rm \
--name clamav \
--publish 3310
--publish 3310 \
--mount source=clam_db,target=/var/lib/clamav \
clamav/clamav:stable_base
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ https://myopenproject.com/webhooks/gitlab?key=4221687468163843
> - Merge request events
> - Pipeline events
>**Note**: If you are in a local network you might need to allow requests to the local network in your GitLab instance.
>You can find this settings in the **Outbound requests** section when you navigate to **Admin area -> Settings -> Network**.
We recommend that you enable the **SSL verification** before you **Add webhook**.

Now the integration is set up on both sides and you can use it.
Expand Down

0 comments on commit 592dbf5

Please sign in to comment.