Skip to content

Commit 988aee1

Browse files
committed
fix(deploy): mention network security for Docker Compose deployments
1 parent 94c6ca0 commit 988aee1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/operate/ops/deploy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ scope of this documentation.
6060
it requires knowledge and experience on how to run it reliably, safely stores
6161
files with backups, managing software and infrastructure upgrades, understand
6262
potential performance limitations (a single machine probably might not handle all
63-
your traffic and it would be a single point of failure), etc.
63+
your traffic and it would be a single point of failure), etc. More importantly,
64+
there are critical [network security aspects](https://docs.docker.com/engine/network/packet-filtering-firewalls/)
65+
to take into account when exposing services using Docker containers that require
66+
special attention to avoid exposing your infrastructure to the internet.
6467

6568
**Use at your own risk.**
6669

0 commit comments

Comments
 (0)