Skip to content

Commit b72e59a

Browse files
authored
Update README.md
1 parent 72487c5 commit b72e59a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ 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
WARNING
40-
All the Services are reachable because docker creates and deletes dynamically FORWARD Rules with ACCEPT on startup / shutdown containers with exported ports.
40+
All the services are reachable from outer world because docker creates and deletes dynamically FORWARD Rules with ACCEPT on startup / shutdown containers with exported ports.
41+
4142
To deny acccess froum outer world the DOCKER-USER Chain (since docker 17.06) ist the medium of choice.
4243
A little Script to deny all access from outer world to your local build environment could be
4344
```

0 commit comments

Comments
 (0)