From 80288871781613d452973b74c62366aeb267f678 Mon Sep 17 00:00:00 2001 From: akakou Date: Fri, 10 Nov 2023 04:14:12 +0900 Subject: [PATCH] docs: emphaize that developer should not use `ports` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 499b893..01b6b9a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ services: ``` We **strongly recommend deploying your application server using the identical docker-compose.yaml** because of security reasons. - Just so you know, ports of the application server should not be exposed. + Just so you know, **ports of the application server should not be exposed**. (In other words, do not use `ports` except for the `torima` container). ### 3. Fill out secret.env