Skip to content

Commit f841d98

Browse files
committed
Remove static port mapping from README example
This is generally a bad practice when using navy, as it prevents the same service running in multiple navies - so lets not advocate it in our README!
1 parent 3dfc22c commit f841d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
web:
1717
image: mycompany/myapp
1818
ports:
19-
- "80:80"
19+
- "80"
2020
depends_on:
2121
- redis
2222

0 commit comments

Comments
 (0)