Skip to content
Snippets Groups Projects
Commit 716d4438 authored by nimrod's avatar nimrod
Browse files

Allow all traffic from the default Docker network.

Useful for accessing local services during builds.
parent 0b84598e
No related branches found
No related tags found
No related merge requests found
Pipeline #838 passed
......@@ -61,6 +61,12 @@
port: ssh
proto: tcp
- name: Allow default Docker network access to local services
community.general.ufw:
direction: in
interface: docker0
rule: allow
- name: Enable UFW
community.general.ufw:
default: reject
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment