From 4a9cbb6ae6001e86b8bf4962ed7bc73c77e64293 Mon Sep 17 00:00:00 2001 From: Christian McCarty Date: Wed, 5 Jul 2023 22:16:41 -0500 Subject: [PATCH] Update indentation in readme --- gemp-lotr/docker/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gemp-lotr/docker/readme.md b/gemp-lotr/docker/readme.md index d7b3aa1ca..916bbf5b1 100644 --- a/gemp-lotr/docker/readme.md +++ b/gemp-lotr/docker/readme.md @@ -31,9 +31,9 @@ gemp_app is slightly more complicated. Gemp is a Java server, is built using Ma 2. In the Docker [.env](./.env) file note all of the username/password fields. If you are hosting this for something other than personal development, be sure to change all of these to something else. 3. Note the two "published" ports: 17001 for the app, and 35001 for the db. These are the ports that you will be accessing the site with (and the db if you connect with a database manager). If you are hosting this for something other than personal development, consider changing these to something else. **DO NOT** change the "target" ports, these targets are the ports that are used internally by Docker networking. 5. If you changed SQL credentials in step 4.2, navigate to [gemp-lotr.properties](../gemp-lotr-common/src/main/resources/gemp-lotr.properties): - 1. **DO NOT CHANGE** the ports here. These ports listed are the "target" ports in step 4.3, which you didn't edit because you followed the big "DO NOT" imperative. - 2. edit the db.connection.username and db.connection.password items to match the credentials you set in step 4.2. - 3. note the origin.allowed.pattern. It is set to allow all connections, but if you are hosting this for something other than personal development, consider changing this to match your DNS hostname exactly. + 1. **DO NOT CHANGE** the ports here. These ports listed are the "target" ports in step 4.3, which you didn't edit because you followed the big "DO NOT" imperative. + 2. edit the db.connection.username and db.connection.password items to match the credentials you set in step 4.2. + 3. note the origin.allowed.pattern. It is set to allow all connections, but if you are hosting this for something other than personal development, consider changing this to match your DNS hostname exactly. 6. Open a command line and navigate to gemp-lotr/gemp-lotr/docker. * Run the command `docker-compose up -d` * You should see `Starting gemp_app....done` and `Starting gemp_db....done` at the end.