From 050c22e11e5ded9b5081f8d2b865127de9baf77a Mon Sep 17 00:00:00 2001 From: purple_emily Date: Sun, 4 Feb 2024 12:26:49 +0000 Subject: [PATCH] Change wording of security comment --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index d2bfdd4..89e6864 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -39,7 +39,7 @@ services: - .env environment: PGUSER: postgres # needed for healthcheck. - # # If you need the network to be accessible from outside, please open the below port. + # # If you need the database to be accessible from outside, please open the below port. # # Furthermore, please, please, please, change the username and password above. # # If you want to enhance your security even more, create a new user for the database with a strong password. # ports: