Skip to content

Commit bb8b1cc

Browse files
authored
Update README.md
1 parent c403865 commit bb8b1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Now you are ready to go with a little CI/CD Environment:
3737
... not really, its all http .. don't worry about it! It's only local communication
3838

3939
##### security paranoia
40-
All the exposed ports are reachable from outer world because docker creates and deletes dynamically FORWARD rules with default policy ACCEPT on startup / shutdown containers witch have exported ports.
40+
All the exposed ports are reachable from outer world because docker creates and deletes dynamically FORWARD rules with default policy ACCEPT on startup / shutdown containers wich have exported ports.
4141

4242
To deny acccess from outer world the DOCKER-USER Chain (since docker 17.06) ist the medium of choice for your own rules (this is the first target in the FORWARD-Chain and never touched by docker).
4343

0 commit comments

Comments
 (0)